Ryuiso hai 1 ano
pai
achega
4e63cbe59f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {