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
- Host: GitHub
- URL: https://github.com/dceluis/banterai
- Owner: dceluis
- Created: 2023-01-09T18:58:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T23:24:30.000Z (over 3 years ago)
- Last Synced: 2025-12-26T19:42:29.138Z (6 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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):
[](https://vercel.com/new/clone?repository-url=https://github.com/dceluis/banter&env=OPENAI_API_KEY&project-name=banter-ai&repo-name=banter-ai)