Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponsesChatCompletionsReq ¶
type ResponsesChatCompletionsReq struct {
g.Meta `path:"/responses/chat/completions" tags:"openai" method:"post" summary:"ChatCompletionsToResponses接口"`
Model string `json:"model"`
Stream bool `json:"stream"`
}
ChatCompletionsToResponses接口请求参数
type ResponsesChatCompletionsRes ¶
ChatCompletionsToResponses接口响应参数
type ResponsesReq ¶
type ResponsesReq struct {
g.Meta `path:"/responses" tags:"openai" method:"post" summary:"Responses接口"`
Model string `json:"model"`
Stream bool `json:"stream"`
}
Responses接口请求参数
type ResponsesRes ¶
Responses接口响应参数
Click to show internal directories.
Click to hide internal directories.