From 656a2fab413771b7772a7db8ee67a074a9d67460 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Mon, 27 Jan 2025 11:01:39 +0800 Subject: [PATCH] Refresh deepseek models. (#4660) ### What problem does this PR solve? ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- conf/llm_factories.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index d7a30bc23..a4862dc1f 100644 --- a/conf/llm_factories.json +++ b/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" } ]