mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-11 19:03:43 +08:00
chore: fix ali image implementation
This commit is contained in:
@@ -117,9 +117,9 @@ type ImageData struct {
|
||||
}
|
||||
|
||||
type ImageResponse struct {
|
||||
Created int `json:"created"`
|
||||
Data []ImageData `json:"data"`
|
||||
model.Usage `json:"usage"`
|
||||
Created int64 `json:"created"`
|
||||
Data []ImageData `json:"data"`
|
||||
//model.Usage `json:"usage"`
|
||||
}
|
||||
|
||||
type ChatCompletionsStreamResponseChoice struct {
|
||||
|
||||
Reference in New Issue
Block a user