mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 16:36:53 +08:00
更新 __init__.py
This commit is contained in:
@@ -143,7 +143,7 @@ class ChatGPT(_PluginBase):
|
|||||||
return
|
return
|
||||||
response = self.openai.get_response(text=text, userid=userid)
|
response = self.openai.get_response(text=text, userid=userid)
|
||||||
if response:
|
if response:
|
||||||
self.post_message(channel=channel, title=text, userid=userid)
|
self.post_message(channel=channel, title=response, userid=userid)
|
||||||
|
|
||||||
def stop_service(self):
|
def stop_service(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user