Преглед изворни кода

Refresh deepseek models. (#4660)

### What problem does this PR solve?


### Type of change

- [x] New Feature (non-breaking change which adds functionality)
tags/v0.16.0
Kevin Hu пре 9 месеци
родитељ
комит
656a2fab41
No account linked to committer's email address
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3
    3
      conf/llm_factories.json

+ 3
- 3
conf/llm_factories.json Прегледај датотеку

@@ -397,13 +397,13 @@
{
"llm_name": "deepseek-chat",
"tags": "LLM,CHAT,",
"max_tokens": 32768,
"max_tokens": 64000,
"model_type": "chat"
},
{
"llm_name": "deepseek-coder",
"llm_name": "deepseek-reasoner",
"tags": "LLM,CHAT,",
"max_tokens": 16385,
"max_tokens": 64000,
"model_type": "chat"
}
]

Loading…
Откажи
Сачувај