Mendable Chatbot is an open source chat UI for AI models.
Next up:
Vercel
Host
## Running Locally
**1. Clone Repo**
```bash
git clone https://github.com/NegasiHaile/mendableai-chatbot.git
Install Dependencies
npm iRun App
npm run devUse It
OPENAI_API_TYPE=openai
OPENAI_API_HOST=https://api.openai.com
OPENAI_API_KEY= YOUR_OPENAI_API_KEY
OPENAI_API_VERSION='2023-03-15-preview'