更新 __init__.py

This commit is contained in:
jxxghp 2023-08-07 06:59:00 +08:00 committed by GitHub
parent 5da54251b5
commit cde105854a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ class ChatGPT(_PluginBase):
return
response = self.openai.get_response(text=text, userid=userid)
if response:
self.post_message(channel=channel, title=text, userid=userid)
self.post_message(channel=channel, title=response, userid=userid)
def stop_service(self):
"""