Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新依赖和配置文件中的Agent模型 #1984

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions configs/model_config.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,11 @@ SUPPORT_AGENT_MODEL = [
"azure-api",
"openai-api",
"claude-api",
"Qwen",
"zhipu-api",
"qwen-api",
"Qwen",
"baichuan-api",
"agentlm"
"chatglm3-6b"
"xinghuo-api"
"agentlm",
"chatglm3",
"xinghuo-api",
]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API requirements

langchain>=0.0.326
langchain>=0.0.329 # 推荐使用最新的Langchain
langchain-experimental>=0.0.30
fschat[model_worker]==0.2.32
xformers>=0.0.22.post4
Expand Down
8 changes: 4 additions & 4 deletions requirements_api.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API requirements

langchain>=0.0.326
langchain>=0.0.329 # 推荐使用最新的Langchain
langchain-experimental>=0.0.30
fschat[model_worker]==0.2.32
xformers>=0.0.22.post4
Expand Down Expand Up @@ -41,9 +41,9 @@ transformers_stream_generator==0.0.4
vllm>=0.2.0; sys_platform == "linux"

# online api libs
# zhipuai
# dashscope>=1.10.0 # qwen
# qianfan
zhipuai
dashscope>=1.10.0 # qwen
qianfan
# volcengine>=1.0.106 # fangzhou

# uncomment libs if you want to use corresponding vector store
Expand Down
2 changes: 1 addition & 1 deletion requirements_lite.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
langchain>=0.0.326
langchain>=0.0.329 # 推荐使用最新的Langchain
fschat>=0.2.32
openai
# sentence_transformers
Expand Down