GetChatCompletionsBodyParam interface
속성
| body |
속성 세부 정보
body
body: { frequency_penalty?: number, max_tokens?: number, messages: ChatRequestMessage[], model?: string, presence_penalty?: number, response_format?: ChatCompletionsResponseFormat, seed?: number, stop?: string[], stream?: boolean, temperature?: number, tool_choice?: string | ChatCompletionsNamedToolChoice, tools?: ChatCompletionsToolDefinition[], top_p?: number }
속성 값
{ frequency_penalty?: number, max_tokens?: number, messages: ChatRequestMessage[], model?: string, presence_penalty?: number, response_format?: ChatCompletionsResponseFormat, seed?: number, stop?: string[], stream?: boolean, temperature?: number, tool_choice?: string | ChatCompletionsNamedToolChoice, tools?: ChatCompletionsToolDefinition[], top_p?: number }