An open API service indexing awesome lists of open source software.

https://github.com/marmelab/cloudflare-ai-assistant

A simple AI assistant made using Nuxt and Cloudflare AI
https://github.com/marmelab/cloudflare-ai-assistant

Last synced: 4 months ago
JSON representation

A simple AI assistant made using Nuxt and Cloudflare AI

Awesome Lists containing this project

README

        

# Cloudflare AI Assistant

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install
npx wrangler login
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build
```

Locally preview production build:

```bash
# npm
npm run preview
```