2023-05-26 01:36:15 +00:00
|
|
|
# Chatbot UI
|
2023-09-02 02:10:27 +00:00
|
|
|
[Chatbot UI](https://github.com/SciSharp/chatbot-ui) is an open source chat UI for AI models.
|
2023-05-26 01:36:15 +00:00
|
|
|
|
|
|
|
|
```shell
|
2023-09-02 02:10:27 +00:00
|
|
|
git clone https://github.com/SciSharp/chatbot-ui
|
2023-09-01 22:50:13 +00:00
|
|
|
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`
|