You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The messages to generate chat completions for, in the [chat format](/docs/guides/chat/introduction).
252
-
* @type {Array<ChatCompletionRequestMessage>}
252
+
* @type {Array<ChatCompletionMessage>}
253
253
* @memberof CreateChatCompletionRequest
254
254
*/
255
-
'messages': Array<ChatCompletionRequestMessage>;
255
+
'messages': Array<ChatCompletionMessage>;
256
256
/**
257
257
* What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. We generally recommend altering this or `top_p` but not both.
0 commit comments