mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-05-15 08:06:58 +00:00
✨ fix(dto): change Created field type in OpenAITextResponse to any. (close #1131)
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user