mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix #I6RFA0 [app_chat_gpt]异步处理,当前有问题
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user