mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
更新 __init__.py
This commit is contained in:
@@ -235,6 +235,8 @@ class ChatGPT(_PluginBase):
|
||||
"""
|
||||
监听识别事件,使用ChatGPT辅助识别名称
|
||||
"""
|
||||
if not self.openai:
|
||||
return
|
||||
if not self._recognize:
|
||||
return
|
||||
if not event.event_data:
|
||||
|
||||
Reference in New Issue
Block a user