更新 __init__.py

This commit is contained in:
jxxghp
2025-01-22 22:53:42 +08:00
committed by GitHub
parent 707deb845e
commit 391d22acc2

View File

@@ -235,6 +235,8 @@ class ChatGPT(_PluginBase):
"""
监听识别事件使用ChatGPT辅助识别名称
"""
if not self.openai:
return
if not self._recognize:
return
if not event.event_data: