Ver Fonte

更改配置

Ryuiso há 1 ano atrás
pai
commit
3517e6a736
2 ficheiros alterados com 13 adições e 5 exclusões
  1. 2 1
      app/client/platforms/bigmodel.ts
  2. 11 4
      app/components/chat.tsx

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

@@ -24,7 +24,8 @@ export class BigModelApi implements LLMApi {
     this.useApi = 'private';
     this.publicPath = 'https://open.bigmodel.cn/api/paas/v4/chat/completions';
     // 配置私有请求地址
-    this.privatePath = 'https://open.bigmodel.cn/api/llm-application/open/model-api/1828613766624038913/sse-invoke';
+    // this.privatePath = 'https://open.bigmodel.cn/api/llm-application/open/model-api/1828613766624038913/sse-invoke'; // 建科校招助手
+    this.privatePath = 'https://open.bigmodel.cn/api/llm-application/open/model-api/1830829847853891585/sse-invoke'; // 欢迎使用建科校招助手2👏
   }
 
   async chat(options: ChatOptions) {

+ 11 - 4
app/components/chat.tsx

@@ -185,31 +185,38 @@ const CallWord = (props: {
   const list = [
     {
       title: '信息公布',
-      text: '在哪里查看招聘信息?',
+      // text: '在哪里查看招聘信息?',
+      text: '今年上海建科工程咨询的校园招聘什么时候开始?如何查阅相关招聘信息?',
     },
     {
       title: '招聘岗位',
+      // text: '今年招聘的岗位有哪些?',
       text: '今年招聘的岗位有哪些?',
     },
     {
       title: '专业要求',
+      // text: '招聘的岗位有什么专业要求?',
       text: '招聘的岗位有什么专业要求?',
     },
     {
       title: '工作地点',
-      text: '全国都有工作地点吗?',
+      // text: '全国都有工作地点吗?',
+      text: '工作地点是如何确定的?',
     },
     {
       title: '薪资待遇',
+      // text: '企业可提供的薪资与福利待遇如何?',
       text: '企业可提供的薪资与福利待遇如何?',
     },
     {
       title: '职业发展',
-      text: '我应聘贵单位,你们能提供怎样的职业发展规划?',
+      // text: '我应聘贵单位,你们能提供怎样的职业发展规划?',
+      text: '公司有哪些职业发展通道?',
     },
     {
       title: '落户政策',
-      text: '公司是否能协助我落户?',
+      // text: '公司是否能协助我落户?',
+      text: '关于落户支持?',
     }
   ]