xiongzhu 2 年 前
コミット
da4ca22cce
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/chat-pdf/chat-pdf.service.ts

+ 1 - 0
src/chat-pdf/chat-pdf.service.ts

@@ -209,6 +209,7 @@ export class ChatPdfService {
                 return context.slice(0, i)
             }
         }
+        return context
     }
 
     async ask(q: string, name: string) {