api/chat.js endpoint proxies OpenAI Chat Completions with stream: true, parses the SSE response, and re-emits it to the client as JSON-delta SSE events. No WebSocket setup, no polling.api/chat.js) proxying OpenAI Chat CompletionsPosted May 20, 2026
A streaming React + OpenAI chatbot with a Vercel Edge function backend.