fix #I6RFA0 [app_chat_gpt]异步处理,当前有问题

This commit is contained in:
Chill
2023-03-30 11:34:27 +08:00
parent 94c3dce069
commit 54a8f32bd2

View File

@@ -159,3 +159,5 @@ GPT-3 A set of models that can understand and generate natural language
search.SetKeywords(s.split('\n')) search.SetKeywords(s.split('\n'))
result = search.Replace(text=data) result = search.Replace(text=data)
return result return result
else:
return data