Personas is a AI assistant - a Web app demonstrating the ease with which one can build LLM based model avaialble on CloudFlare AI. You can extend the App to use other AI models both paid and Opensource
PERSONAS Showcases 3 personas
- Story Writer that is kidSafe
- Code Assistant that can help a developer
- Sentiment Analysis and Reasoning
All above personas use minumum 2 models (one for guided text generation, and the second for voice to text as input)
- Cloudflare : Cloudflare Pages, Workers AI for more information visit . To bui
- REMIX+Vite
Follow the above docs to do you initial setup
- clone this repo
- follow the commands below
Install dependencies from you project folder
npm i
npm run dev
# use browser to visit http://localhost:5173To run Wrangler:
npm run build
npm run startWarning
Cloudflare does not use wrangler.toml to configure deployment bindings.
You MUST configure deployment bindings manually in the Cloudflare dashboard.
First, build your app for production:
npm run buildThen, deploy your app to Cloudflare Pages:
npm run deploy