A svelte app utilising SSE.js for text streaming from a OpenAI Go Server
After running the Go Server linked above and cloning this repo:
# install dependencies npm install # or start the server and open the app in a new browser tab npm run dev