From 54a8f32bd297db7d16bbac115e80cdd8c5595d50 Mon Sep 17 00:00:00 2001 From: Chill Date: Thu, 30 Mar 2023 11:34:27 +0800 Subject: [PATCH] =?UTF-8?q?fix=20#I6RFA0=20[app=5Fchat=5Fgpt]=E5=BC=82?= =?UTF-8?q?=E6=AD=A5=E5=A4=84=E7=90=86=EF=BC=8C=E5=BD=93=E5=89=8D=E6=9C=89?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_chatgpt/models/ai_robot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app_chatgpt/models/ai_robot.py b/app_chatgpt/models/ai_robot.py index 75ce7293..3fe88e4f 100644 --- a/app_chatgpt/models/ai_robot.py +++ b/app_chatgpt/models/ai_robot.py @@ -159,3 +159,5 @@ GPT-3 A set of models that can understand and generate natural language search.SetKeywords(s.split('\n')) result = search.Replace(text=data) return result + else: + return data