|
@@ -34,6 +34,7 @@ type OpenAITextResponseChoice struct {
|
|
|
|
|
|
|
|
type OpenAITextResponse struct {
|
|
type OpenAITextResponse struct {
|
|
|
Id string `json:"id"`
|
|
Id string `json:"id"`
|
|
|
|
|
+ Model string `json:"model"`
|
|
|
Object string `json:"object"`
|
|
Object string `json:"object"`
|
|
|
Created int64 `json:"created"`
|
|
Created int64 `json:"created"`
|
|
|
Choices []OpenAITextResponseChoice `json:"choices"`
|
|
Choices []OpenAITextResponseChoice `json:"choices"`
|