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) {