S0025136190 5 місяців тому
батько
коміт
269dc4635a
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/client/platforms/deepSeek.ts

+ 1 - 1
app/client/platforms/deepSeek.ts

@@ -169,7 +169,7 @@ export class DeepSeekApi implements LLMApi {
             if (isNetwork) {// 联网搜索结果
               networkInfoPromise = (async () => {
                 try {
-                  const res: any = await api.get(`deepseek/api/web/search/${info.id}`);
+                  const res: any = await api.get(`bigmodel/api/web/search/${info.id}`);
                   const networkInfo = {
                     list: res.data.search_result,
                   };