add ai_auto_response llm client compatibility shim
This commit is contained in:
5
plugins/ai_auto_response/llm_client.py
Normal file
5
plugins/ai_auto_response/llm_client.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
from __future__ import annotations
|
||||||
|
|
||||||
|
from .core.llm_client import LLMClient
|
||||||
|
|
||||||
|
__all__ = ["LLMClient"]
|
||||||
Reference in New Issue
Block a user