https://github.com/vtuber-plan/userinterfacellm
UI for LLM
https://github.com/vtuber-plan/userinterfacellm
Last synced: 2 months ago
JSON representation
UI for LLM
- Host: GitHub
- URL: https://github.com/vtuber-plan/userinterfacellm
- Owner: vtuber-plan
- Created: 2023-05-07T10:43:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T16:57:57.000Z (over 2 years ago)
- Last Synced: 2025-02-02T17:27:31.892Z (8 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## User Interface
项目支持 OpenAI API 兼容接口
我们首要支持 FastChat 的这个 [Fork](https://github.com/jstzwj/FastChat)
**首次使用需要在对应 Python 文件中编辑全局变量**
translate by LLM:
The project supports the OpenAI API-compatible interface.
We primarily support this [Fork](https://github.com/jstzwj/FastChat) of FastChat.**First-time use requires editing the corresponding Python file to change the global variable**
### qq.py
通过 [go-cqhttp](https://github.com/Mrs4s/go-cqhttp) http 和 反向 http 提供服务
### webui.py
依赖 `streamlit`
```shell
pip install streamlit
streamlit run webui.py
```#### webui_auth.py
附带用户验证,额外依赖 `streamlit-authenticator`