소스 검색

提交强生demo拆分成两个

liyanbo 1 개월 전
부모
커밋
1c10eabfc2
4개의 변경된 파일842개의 추가작업 그리고 9개의 파일을 삭제
  1. 1 1
      src/views/qsfl/aiQA.vue
  2. 2 2
      src/views/qsfl/aiQANew.vue
  3. 17 6
      src/views/qsfl/components/AiQAChat.vue
  4. 822 0
      src/views/qsfl/components/AiQAChatNew.vue

+ 1 - 1
src/views/qsfl/aiQA.vue

@@ -13,6 +13,6 @@ import { CreateDialogue, sendChatMessageStream } from '@/api/questions.js'
 const qaConfig = Object.freeze({
   roleId: 263,
   enableFileUpload: false,
-  suggestions: ['开始陪练', '你都知道什么?', '我需要知识点....']
+  suggestions: []
 })
 </script>

+ 2 - 2
src/views/qsfl/aiQANew.vue

@@ -1,5 +1,5 @@
 <template>
-  <AiQAChat
+  <AiQAChatNew
     :config="qaConfig"
     :create-dialogue-api="createQsAiDialogue"
     :send-chat-stream-api="sendQsAiChatMessageStream"
@@ -7,7 +7,7 @@
 </template>
 
 <script setup>
-import AiQAChat from './components/AiQAChat.vue'
+import AiQAChatNew from './components/AiQAChatNew.vue'
 import { createQsAiDialogue, sendQsAiChatMessageStream } from '@/api/qsAiQuestions.js'
 
 const qaConfig = Object.freeze({

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 17 - 6
src/views/qsfl/components/AiQAChat.vue


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 822 - 0
src/views/qsfl/components/AiQAChatNew.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.