CzRger hace 3 meses
padre
commit
0f3e15f633

+ 1 - 1
src/views/smart-ask-answer/assistant-2/chat.vue

@@ -143,7 +143,7 @@ const onSend = (text = '') => {
       onTTSChunk: (messageId: string, audio: string) => {},
       onTTSEnd: (messageId: string, audio: string) => {},
     })
-    getRelation(state.params.query)
+    // getRelation(state.params.query)
   }
 }
 const getRelation = (text) => {

+ 1 - 1
src/views/smart-ask-answer/assistant-2/index.vue

@@ -443,7 +443,7 @@ onMounted(() => {
           overflow-y: auto;
           display: flex;
           flex-direction: column;
-          gap: 0.2rem;
+          gap: 0.5rem;
           .item {
             display: flex;
             align-items: center;