Skip to content

Home > llm-ops > chatCompletionType

chatCompletionType type

OpenAI聊天完成类型

Signature:

typescript
export type chatCompletionType = OpenAI.Chat.Completions.ChatCompletion;
export type chatCompletionType = OpenAI.Chat.Completions.ChatCompletion;

Released under the MIT License.