From 4d25920c74cc3155fd63be3fb688c81c9436f58f Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 3 Apr 2025 16:01:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=A1=B5=E9=9D=A2title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/apis/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/apis/index.ts b/src/lib/apis/index.ts index 3fb4a5d..255c077 100644 --- a/src/lib/apis/index.ts +++ b/src/lib/apis/index.ts @@ -960,7 +960,7 @@ export const getBackendConfig = async () => { if (error) { throw error; } - + res.name = 'Deepseek' return res; };