BotSharp/src/Plugins/BotSharp.Plugin.ChatbotUI/Chatbot-UI.md
2023-06-11 10:22:48 -05:00

17 lines
360 B
Markdown

# Chatbot UI
[Chatbot UI](https://github.com/mckaywrigley/chatbot-ui) is an open source chat UI for AI models.
```shell
git clone https://github.com/mckaywrigley/chatbot-ui
npm i
npm run dev
```
* Rename `.env.local.example` to `.env.local`
```shell
# Change host to BotSharp service
OPENAI_API_HOST=http://localhost:5500
```
Access `http://localhost:3000`