Преглед изворни кода

明星名称,后台请求url.

S0025136190 пре 7 месеци
родитељ
комит
734914d674
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      app/client/platforms/deepSeek.ts
  2. 2 2
      next.config.mjs

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

@@ -58,7 +58,7 @@ export class DeepSeekApi implements LLMApi {
 
     // 参数
     const params = {
-      model: 'DeepSeek-R1-Distill-Qwen-14B',
+      model: 'DeepSeek-R1-Distill-Llama-70B',
       messages: userMessages,
       stream: true,
       document_id: (item && item.document) ? item.document.id : undefined,

+ 2 - 2
next.config.mjs

@@ -92,11 +92,11 @@ if (mode !== "export") {
       },
       {
         source: "/bigmodel-api/:path*",
-        destination: "http://xia0miduo.gicp.net:8091/:path*",
+        destination: "http://10.1.27.4:8091/:path*",
       },
       {
         source: "/deepseek-api/:path*",
-        destination: "http://117.176.244.35:18078/:path*",
+        destination: "http://10.1.27.4:18078/:path*",
       },
     ];