BotSharp/src/Plugins/BotSharp.Plugin.ChatbotUI/Chatbot-UI.md

17 lines
330 B
Markdown
Raw Normal View History

2023-05-26 01:36:15 +00:00
# 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
2023-05-29 01:06:05 +00:00
# Change host to BotSharp service
OPENAI_API_HOST=http://localhost:5500
2023-05-26 01:36:15 +00:00
```