浏览代码

no message

Ryuiso 1 年之前
父节点
当前提交
4e63cbe59f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/client/platforms/bigmodel.ts

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

@@ -18,7 +18,7 @@ export class BigModelApi implements LLMApi {
   public apiPath: string;
 
   constructor() {
-    this.apiPath = 'http://192.168.3.42:8091/bigmodel/api/model-api/1833110111435071488/sse-invoke';
+    this.apiPath = 'http://49.234.30.234:8091/bigmodel/api/model-api/1833110111435071488/sse-invoke';
   }
 
   async chat(options: ChatOptions) {