How image generation is works? #2
Answered
by
chand1012
urmi1510799
asked this question in
Q&A
-
How image generation is works? will it reply markdown response while using openai library? or how does it work? |
Beta Was this translation helpful? Give feedback.
Answered by
chand1012
Jan 3, 2024
Replies: 1 comment
-
Image generation works identically to the OpenAI image generation. It will generate an image, respond with either a url or a base64 encoded image. It uses Cloudflare R2 to serve the images to you if you use URL generation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chand1012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Image generation works identically to the OpenAI image generation. It will generate an image, respond with either a url or a base64 encoded image. It uses Cloudflare R2 to serve the images to you if you use URL generation.