GetChatCompletionsBodyParam interface
Properties
body |
Property Details
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 }
Property Value
{ 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 }
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for JavaScript