An open API service indexing awesome lists of open source software.

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

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`