chand1012 / openai-cf-workers-ai

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

[BUG] Image generation dose not work #10

Closed boixu closed 4 months ago

boixu commented 4 months ago

Fixed image generation issue of {"error":"Provided readable stream must have a known length (request/response body or readable half of FixedLengthStream)"}

Solution was to add streaming

Feel free to edit this as needed. This just the solution I found on how to get it to work.

chand1012 commented 4 months ago

Thanks for the contribution! Let me do some testing and assuming it works on my end I'll merge!

chand1012 commented 4 months ago

Closes #9.