Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DavinciRequest ¶
type DavinciResponse ¶
type DavinciResponse struct {
Id string `json:"id"`
Object string `json:"object"`
Created int `json:"created"`
Model string `json:"model"`
Choices []struct {
Text string `json:"text"`
Index int `json:"index"`
Logprobs interface{} `json:"logprobs"`
FinishReason string `json:"finish_reason"`
} `json:"choices"`
Usage struct {
PromptTokens int `json:"prompt_tokens"`
CompletionTokens int `json:"completion_tokens"`
TotalTokens int `json:"total_tokens"`
} `json:"usage"`
}
type ResponseMessage ¶
type ResponseMessage string
func (ResponseMessage) Pretty ¶
func (r ResponseMessage) Pretty() string
func (ResponseMessage) String ¶
func (r ResponseMessage) String() string
Click to show internal directories.
Click to hide internal directories.