Does CloudFlare DNS (with CDN) support streamText of Vercel AI SDK?
Hello! I'm using CF CDN for my self-hosted vercel AI text streaming for AI completion.
I noticed all my client request to an http LLM streaming api ended up with timeout error code 524.
Does CF CDN support streaming text?
Coming from this thread: https://github.com/vercel/ai/issues/633
I noticed all my client request to an http LLM streaming api ended up with timeout error code 524.
Does CF CDN support streaming text?
Coming from this thread: https://github.com/vercel/ai/issues/633
GitHub
Description Issue In our production environment, the Stream Response doesn't seem to work as expected. Instead of streaming the response, it loads and immediately returns the full response. Int...