Skip to content

Home > llm-ops > chatParamsType

chatParamsType type

OpenAI聊天参数类型

Signature:

typescript
export type chatParamsType = OpenAI.Chat.CompletionCreateParams;
export type chatParamsType = OpenAI.Chat.CompletionCreateParams;

Released under the MIT License.