2 Commity d3bfa487d6 ... 863ef7b3b3

Autor SHA1 Wiadomość Data
  huiqi 863ef7b3b3 merge 1 miesiąc temu
  huiqi 2d78fadcf2 小智模型 1 miesiąc temu
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {