Skip to content

Commit

Permalink
Merge pull request #16 from Mindinventory/fix/anthropic
Browse files Browse the repository at this point in the history
fix: feature_anthropic: added AnthropicAi class in __init__ file
  • Loading branch information
Sammindinventory authored Aug 2, 2024
2 parents 8155161 + d8941da commit 6215f58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mindsql/llms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from .illm import ILlm
from .anthropic import AnthropicAi
from .googlegenai import GoogleGenAi
from .huggingface import HuggingFace
from .illm import ILlm
from .llama import LlamaCpp
from .open_ai import OpenAi
from .huggingface import HuggingFace

0 comments on commit 6215f58

Please sign in to comment.