A web based chat interface that allows for exploring Text Generation Models on Cloudflare Workers AI. Design is built using tailwind.
This demo makes use of LocalStorage to maintain state.
This is, like all of us, a Work in Progress.
npm install
npx wrangler login
npm run dev
npm run deploy
NOTE: You must enable Workers AI in your Pages project. Pages > YOUR PROJECT > Settings > Functions > Workers AI Bindings. Set the Binding name to AI
.