|
|
@@ -22,8 +22,8 @@ export class DeepSeekApi implements LLMApi {
|
|
|
constructor() {
|
|
|
// 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/ai/chat';//线上地址
|
|
|
+ // this.apiPath = this.baseURL + '/vllm/chat'; // 测试地址
|
|
|
}
|
|
|
|
|
|
async chat(options: ChatOptions) {
|