Open-source release for Alpha version

This commit is contained in:
Ahmed Allam
2025-08-08 20:36:44 -07:00
commit 81ac98e8b9
105 changed files with 22125 additions and 0 deletions

12
strix/llm/__init__.py Normal file
View File

@@ -0,0 +1,12 @@
import litellm
from .config import LLMConfig
from .llm import LLM
__all__ = [
"LLM",
"LLMConfig",
]
litellm.drop_params = True