Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompletionsReq ¶
type CompletionsReq struct {
g.Meta `path:"/completions" tags:"chat" method:"post" summary:"ChatCompletions接口"`
sdkm.ChatCompletionRequest
IsToResponses bool `json:"is_to_responses"`
}
ChatCompletions接口请求参数
type CompletionsRes ¶
ChatCompletions接口响应参数
type CompletionsResponsesReq ¶ added in v1.5.0
type CompletionsResponsesReq struct {
g.Meta `path:"/completions/responses" tags:"chat" method:"post" summary:"ChatCompletionsToResponses接口"`
sdkm.ChatCompletionRequest
}
ChatCompletionsToResponses接口请求参数
type CompletionsResponsesRes ¶ added in v1.5.0
ChatCompletionsToResponses接口响应参数
Click to show internal directories.
Click to hide internal directories.