Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Model_client integration] Model_client AWS BedRock + Azure AI integration #225

Merged
merged 16 commits into from
Nov 26, 2024
Merged
2 changes: 1 addition & 1 deletion adalflow/adalflow/components/model_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
)
BedrockAPIClient = LazyImport(
"adalflow.components.model_client.bedrock_client.BedrockAPIClient",
OptionalPackages.BEDROCK,
OptionalPackages.BOTO3,
)
GroqAPIClient = LazyImport(
"adalflow.components.model_client.groq_client.GroqAPIClient",
Expand Down
Loading
Loading