Skip to content

GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI.

License

Notifications You must be signed in to change notification settings

mirthfulLee/LLM_webui

 
 

Repository files navigation

说明

本仓库fork自 Chuanhu Chat, 删除了一些个人不需要的功能, 再根据个人需求修改了一些UI.

目录

支持模型 使用技巧 安装方式 常见问题

支持模型

API 调用模型 备注 本地部署模型 备注
ChatGPT(GPT-4) 支持微调 gpt-3.5 ChatGLM (ChatGLM2)
Azure OpenAI LLaMA 支持 Lora 模型
Google PaLM 不支持流式传输 StableLM
讯飞星火认知大模型 MOSS
Inspur Yuan 1.0 通义千问
MiniMax
XMChat 不支持流式传输
Midjourney 不支持流式传输
Claude

快速上手

克隆仓库到本地后, 在项目文件夹中复制一份 config_example.json,并将其重命名为 config.json,在其中填入 API-Key 等设置。

pip install -r requirements.txt
python chatbot.py

一个浏览器窗口将会自动打开,此时您将可以使用 川虎Chat 与ChatGPT或其他模型进行对话。

Note

具体详尽的安装教程和使用教程请查看ChuanhuChat的wiki页面

About

GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.7%
  • JavaScript 15.1%
  • CSS 11.2%
  • HTML 8.5%
  • Shell 0.3%
  • Dockerfile 0.1%
  • Batchfile 0.1%