Ryuiso hai 1 ano
pai
achega
58d40da723
Modificáronse 3 ficheiros con 3 adicións e 2 borrados
  1. 2 1
      app/client/platforms/bigmodel.ts
  2. 1 1
      app/components/chat.tsx
  3. BIN=BIN
      public/chat-bg.jpg

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

@@ -105,7 +105,8 @@ export class BigModelApi implements LLMApi {
         if (finished || controller.signal.aborted) {
           responseText += remainText;
           if (responseText?.length === 0) {
-            options.onError?.(new Error("empty response from server"));
+            // options.onError?.(new Error("empty response from server"));
+            options.onError?.(new Error("请求已中止,请检查网络环境。"));
           }
           return;
         }

+ 1 - 1
app/components/chat.tsx

@@ -205,7 +205,7 @@ const CallWord = (props: {
     },
     {
       title: '职业发展',
-      text: '企业有什么人才培养和培训计划?',
+      text: '我应聘贵单位,你们能提供怎样的职业发展规划?',
     },
     {
       title: '落户政策',

BIN=BIN
public/chat-bg.jpg