Kevin Jiang 2 lat temu
rodzic
commit
18dc3596fa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/report/components/ChapterEditor.vue

+ 1 - 1
src/views/report/components/ChapterEditor.vue

@@ -145,7 +145,7 @@ function notifyRepetitiveWarning(data: boolean){
 function test1() {
   const prompt = `根据R&D报告的标题、章节标题和关键词续写章节内容:\n` +
             `标题:${props.title}\n`+
-            `章节标题:${props.data.title}\n关键词:${props.data.keywords}\n续写`
+            `章节标题:${props.data.title}\n关键词:${props.data.keywords}\n续写`
   testService.test1(prompt).then((resp) => {
     onContentChange(resp)
   }).catch((err) => {