18 lines
418 B
Markdown
18 lines
418 B
Markdown
# Chatbot UI
|
|
[Chatbot UI](https://github.com/SciSharp/chatbot-ui) is an open source chat UI for AI models.
|
|
|
|
```shell
|
|
git clone https://github.com/SciSharp/chatbot-ui
|
|
cd chatbot-ui (change dir to chatbot-ui to find the package.json)
|
|
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`
|