Skip to content

Commit

Permalink
fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
liyin2015 committed Oct 6, 2024
1 parent 20f390c commit 751b949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adalflow/adalflow/utils/lazy_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class OptionalPackages(Enum):
GROQ = ("groq", "Please install groq with: pip install groq")
OPENAI = ("openai", "Please install openai with: pip install openai")
ANTHROPIC = ("anthropic", "Please install anthropic with: pip install anthropic")
BOTO3 = ("boto3", "Please install boto3 with: pip install boto3")
GOOGLE_GENERATIVEAI = (
"google.generativeai",
"Please install google-generativeai with: pip install google-generativeai",
Expand Down

0 comments on commit 751b949

Please sign in to comment.