update relay

This commit is contained in:
CaIon 2023-11-27 15:30:02 +08:00
parent 452757140e
commit 62ecee018c

View File

@ -170,7 +170,8 @@ type OpenAIEmbeddingResponse struct {
type ImageResponse struct { type ImageResponse struct {
Created int `json:"created"` Created int `json:"created"`
Data []struct { Data []struct {
Url string `json:"url"` Url string `json:"url"`
B64Json string `json:"b64_json"`
} }
} }