共用方式為


GetChatCompletions interface

方法

post(GetChatCompletionsParameters)

取得所提供聊天訊息的聊天完成。 完成支持各種不同的工作,併產生從 或 「完成」提供的提示數據繼續的文字。 方法會呼叫指定端點上 /chat/completions 路由的 REST API。

方法詳細資料

post(GetChatCompletionsParameters)

取得所提供聊天訊息的聊天完成。 完成支持各種不同的工作,併產生從 或 「完成」提供的提示數據繼續的文字。 方法會呼叫指定端點上 /chat/completions 路由的 REST API。

function post(options: GetChatCompletionsParameters): StreamableMethod<GetChatCompletions200Response | GetChatCompletionsDefaultResponse>

參數

傳回