mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-11 00:23:42 +08:00
适配dall-e-3
This commit is contained in:
@@ -85,9 +85,11 @@ type TextRequest struct {
|
||||
}
|
||||
|
||||
type ImageRequest struct {
|
||||
Prompt string `json:"prompt"`
|
||||
N int `json:"n"`
|
||||
Size string `json:"size"`
|
||||
Model string `json:"model"`
|
||||
Quality string `json:"quality"`
|
||||
Prompt string `json:"prompt"`
|
||||
N int `json:"n"`
|
||||
Size string `json:"size"`
|
||||
}
|
||||
|
||||
type AudioResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user