|
|
@@ -26,7 +26,7 @@ type OpenAITextResponse struct {
|
|
|
Id string `json:"id"`
|
|
|
Model string `json:"model"`
|
|
|
Object string `json:"object"`
|
|
|
- Created int64 `json:"created"`
|
|
|
+ Created any `json:"created"`
|
|
|
Choices []OpenAITextResponseChoice `json:"choices"`
|
|
|
Error *OpenAIError `json:"error,omitempty"`
|
|
|
Usage `json:"usage"`
|