init
This commit is contained in:
4
llm_connector/__init__.py
Normal file
4
llm_connector/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from . llm import get_response
|
||||
from .datatypes import LLMBackend, LLMMessage
|
||||
|
||||
__all__ = ['get_response', 'LLMBackend', 'LLMMessage']
|
||||
Reference in New Issue
Block a user