mirror of
https://github.com/jxxghp/MoviePilot-Plugins.git
synced 2026-06-05 07:26:45 +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