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

18 lines
426 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
cd chatbot-ui (change dir to chatbot-ui to find the package.json)
2023-05-26 01:36:15 +00:00
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
```
2023-06-11 15:22:48 +00:00
Access `http://localhost:3000`