chand1012 / openai-cf-workers-ai

Replacing OpenAI's API with Cloudflare AI.
MIT License
223 stars 45 forks source link

How image generation is works? #1

Closed Urmi10799 closed 8 months ago

Urmi10799 commented 8 months ago

How image generation is works? will it reply markdown response while using openai library? or how does it work?

chand1012 commented 8 months ago

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.