This commit is contained in:
2025-08-30 06:20:41 +02:00
parent 249438d8ef
commit bde3fc0df9
13 changed files with 2360 additions and 0 deletions

View File

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