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

https://github.com/dceluis/banterai

A simple AI-powered conversation chat bot
https://github.com/dceluis/banterai

Last synced: about 2 months ago
JSON representation

A simple AI-powered conversation chat bot

Awesome Lists containing this project

README

          

A simple voice chat bot for practicing languages

## Local Development

```
.env

OPENAI_API_KEY="sk-yourapikey..."
```

Then, run the application in the command line and it will be available at `http://localhost:3000`.

```bash
npm run dev
```

## One-Click Deploy

Deploy to [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=vercel-examples):

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/dceluis/banter&env=OPENAI_API_KEY&project-name=banter-ai&repo-name=banter-ai)