瀏覽代碼

修改首页导航

Ryuiso 9 月之前
父節點
當前提交
56d24ef7a3
共有 2 個文件被更改,包括 12 次插入11 次删除
  1. 2 1
      app/client/platforms/bigmodel.ts
  2. 10 10
      app/components/DeekSeek.tsx

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

@@ -25,7 +25,8 @@ export class BigModelApi implements LLMApi {
     this.baseURL = '/bigmodel-api';
     this.apiPath = this.baseURL + '/bigmodel/api/model-api/sse-invoke';
     // 切换deepSeek模型请求地址
-    this.deepSeekApiPath = 'http://192.168.3.209:8000/chat';
+    // this.deepSeekApiPath = 'http://192.168.3.209:8000/chat';
+    this.deepSeekApiPath = 'http://sse.deepseek.ryuiso.com:56780/chat';
     // 切换api请求类型
     this.apiType = 'deepSeek';
   }

+ 10 - 10
app/components/DeekSeek.tsx

@@ -24,25 +24,25 @@ const DeekSeek: React.FC = () => {
                 <div style={{ marginRight: 20, color: '#98b4fa', cursor: 'pointer' }} onClick={() => {
                     window.open('http://xia0miduo.gicp.net:3002/', '_blank');
                 }}>
-                    问答广场
+                    知识库问答
                 </div>
                 <div style={{ marginRight: 20, color: '#98b4fa' }}>
-                    文档对比
+                    员工小百科
                 </div>
                 <div style={{ marginRight: 20, color: '#98b4fa' }}>
-                    报批报建
+                    报批报建助手
                 </div>
                 <div style={{ marginRight: 20, color: '#98b4fa' }}>
                     施工方案审查
                 </div>
-                <div style={{ marginRight: 20, color: '#98b4fa' }}>
-                    OCR
-                </div>
-                <div style={{ marginRight: 20, color: '#98b4fa' }}>
-                    后期扩展
-                </div>
+                {/* <div style={{ marginRight: 20, color: '#98b4fa' }}> */}
+                {/*     OCR */}
+                {/* </div> */}
+                {/* <div style={{ marginRight: 20, color: '#98b4fa' }}> */}
+                {/*     后期扩展 */}
+                {/* </div> */}
                 <div style={{ color: '#98b4fa' }}>
-                    行业趋势
+                    更多
                 </div>
             </div>
             <div className='deekSeek-content'>