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; };