Commit f0fa7d38 by CaIon

update relay

parent 3baf231a
......@@ -170,7 +170,8 @@ type OpenAIEmbeddingResponse struct {
type ImageResponse struct {
Created int `json:"created"`
Data []struct {
Url string `json:"url"`
Url string `json:"url"`
B64Json string `json:"b64_json"`
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment