Skip to content

Commit 6215f58

Browse files
Merge pull request #16 from Mindinventory/fix/anthropic
fix: feature_anthropic: added AnthropicAi class in __init__ file
2 parents 8155161 + d8941da commit 6215f58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mindsql/llms/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
from .illm import ILlm
1+
from .anthropic import AnthropicAi
22
from .googlegenai import GoogleGenAi
3+
from .huggingface import HuggingFace
4+
from .illm import ILlm
35
from .llama import LlamaCpp
46
from .open_ai import OpenAi
5-
from .huggingface import HuggingFace

0 commit comments

Comments
 (0)