mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-29 18:29:44 +08:00
* GLM3支持传入提示词 支持传入提示词的Agent ChatGLM3-6B * 软连接处理 1. 有效的软连接处理,参考了 #2125 2. 更新了依赖,现在fschat原生支持GLM3的全功能 * 更新了支持的模型列表和依赖 1. 推荐用户使用GLM3-6B取代2代GLM模型 2. 推荐用户使用性能更强的bge模型 3 推荐使用vllm和torch的最新稳定版本
11 lines
202 B
Plaintext
11 lines
202 B
Plaintext
# WebUI requirements
|
|
|
|
streamlit~=1.28.2
|
|
streamlit-option-menu>=0.3.6
|
|
streamlit-antd-components>=0.2.3
|
|
streamlit-chatbox>=1.1.11
|
|
streamlit-aggrid>=0.3.4.post3
|
|
httpx[brotli,http2,socks]~=0.24.1
|
|
watchdog
|
|
|