Skip to content

Commit 52e40c1

Browse files
authored
Merge pull request #106 from b3nguang/patch-1
Feature:Added deepseek-chat model type
2 parents 030c82e + cf536e1 commit 52e40c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chatchat-server/chatchat/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ class ApiModelSettings(BaseFileSettings):
516516
"api_concurrencies": 5,
517517
"llm_models": [
518518
"deepseek-reasoner",
519+
"deepseek-chat",
519520
],
520521
"embed_models": [
521522
"",

0 commit comments

Comments
 (0)