We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8155161 + d8941da commit 6215f58Copy full SHA for 6215f58
mindsql/llms/__init__.py
@@ -1,5 +1,6 @@
1
-from .illm import ILlm
+from .anthropic import AnthropicAi
2
from .googlegenai import GoogleGenAi
3
+from .huggingface import HuggingFace
4
+from .illm import ILlm
5
from .llama import LlamaCpp
6
from .open_ai import OpenAi
-from .huggingface import HuggingFace
0 commit comments