Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 740 Bytes

readme.md

File metadata and controls

32 lines (18 loc) · 740 Bytes

User Interface

项目支持 OpenAI API 兼容接口

我们首要支持 FastChat 的这个 Fork

首次使用需要在对应 Python 文件中编辑全局变量

translate by LLM:

The project supports the OpenAI API-compatible interface.

We primarily support this Fork of FastChat.

First-time use requires editing the corresponding Python file to change the global variable

qq.py

通过 go-cqhttp http 和 反向 http 提供服务

webui.py

依赖 streamlit

pip install streamlit
streamlit run webui.py

webui_auth.py

附带用户验证,额外依赖 streamlit-authenticator