This is a set of examples for creating your own Ai assistant directly in your browser.
Currently included Ai tools you will find running this project:
You should have a Cloudflare account to generate a "CF_API_TOKEN" and retrieve your "CF_USER_ID".
Full Cloudflare Workers AI docs: Link
Create Api Token: Link
To run this project simply clone it to your device.
Then rename ".env.example" to ".env" and fullfill it with your fresh Cloudflare data.
Run
# to install dependencies
pnpm install
# to run the project
pnpm run dev
# to build it
pnpm run build