renamed llm package

This commit is contained in:
2025-08-29 21:50:09 +02:00
parent 50e9df2a42
commit c102970a0d
3 changed files with 131 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
from . llm import get_response, LLMBackend, LLMMessage
__all__ = ['get_response', 'LLMBackend', 'LLMMessage']