Open-source release for Alpha version
This commit is contained in:
12
strix/llm/__init__.py
Normal file
12
strix/llm/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import litellm
|
||||
|
||||
from .config import LLMConfig
|
||||
from .llm import LLM
|
||||
|
||||
|
||||
__all__ = [
|
||||
"LLM",
|
||||
"LLMConfig",
|
||||
]
|
||||
|
||||
litellm.drop_params = True
|
||||
Reference in New Issue
Block a user