Ryuiso 1 rok temu
rodzic
commit
58d40da723

+ 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
public/chat-bg.jpg