mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-31 19:33:26 +08:00
- 更新langchain/fastchat依赖,添加xformers依赖 - 默认max_tokens=None, 生成tokens自动为模型支持的最大值 修复: - history_len=0 时会带入1条不完整的历史消息,导致LLM错误 - 当对话轮数 达到history_len时,传入的历史消息为空
12 lines
204 B
Plaintext
12 lines
204 B
Plaintext
numpy~=1.24.4
|
|
pandas~=2.0.3
|
|
streamlit>=1.26.0
|
|
streamlit-option-menu>=0.3.6
|
|
streamlit-antd-components>=0.1.11
|
|
streamlit-chatbox==1.1.10
|
|
streamlit-aggrid>=0.3.4.post3
|
|
httpx~=0.24.1
|
|
nltk
|
|
watchdog
|
|
websockets
|