From 3bc6c6d7bd7c8d75d3a8693e347cb8046bc48406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E6=96=91=E9=B8=A0?= Date: Thu, 6 Feb 2025 18:01:19 +0800 Subject: [PATCH] Update constant.ts --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 32e5a2263..fb60f091e 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -583,7 +583,7 @@ const iflytekModels = [ "4.0Ultra", ]; -const deepseekModels = ["deepseek-chat", "deepseek-coder", "deepseek-reasoner"]; +const deepseekModels = ["/root/deepseek-r1-distill-qwen-32b"]; const xAIModes = ["grok-beta"];