Feiyuyu0503 / free-dall-e-proxy

Free-Dall-E-Proxy, an open-source repository that serves as a proxy for API-based interactions with OpenAI's DALL·E 3 image generation model provided by coze.
https://dalle.feiyuyu.net
MIT License
332 stars 18 forks source link

建议支持base64, 参考response_format参数 #5

Closed codingdimon closed 8 months ago

codingdimon commented 8 months ago

https://platform.openai.com/docs/guides/images/usage?context=node&lang=curl

Each image can be returned as either a URL or Base64 data, using the response_format parameter. URLs will expire after an hour.

Feiyuyu0503 commented 8 months ago

openai的dall-e-3是1小时,coze的图是一年之后过期吧。之后考虑支持base64。