3
0

2 کامیت‌ها d3bfa487d6 ... 863ef7b3b3

نویسنده SHA1 پیام تاریخ
  huiqi 863ef7b3b3 merge 1 ماه پیش
  huiqi 2d78fadcf2 小智模型 1 ماه پیش
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/client/platforms/deepSeek.ts

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

@@ -23,7 +23,7 @@ export class DeepSeekApi implements LLMApi {
     // this.baseURL = 'http://192.168.3.209:18078';
     this.baseURL = '/deepseek-api';
     this.apiPath = this.baseURL + '/vllm/ai/chat';//线上地址
-    // this.apiPath = this.baseURL + '/vllm/chat'; // 测试地址 
+    // this.apiPath = this.baseURL + '/vllm/chat'; // 测试地址
   }
 
   async chat(options: ChatOptions) {