Skip to content

Commit e750721

Browse files
authored
Merge pull request #225 from SylphAI-Inc/model_client
[Model_client integration] Model_client AWS BedRock + Azure AI integration
2 parents fc18aa2 + 04ed18f commit e750721

File tree

10 files changed

+1949
-663
lines changed

10 files changed

+1949
-663
lines changed

adalflow/adalflow/components/model_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
)
3535
BedrockAPIClient = LazyImport(
3636
"adalflow.components.model_client.bedrock_client.BedrockAPIClient",
37-
OptionalPackages.BEDROCK,
37+
OptionalPackages.BOTO3,
3838
)
3939
GroqAPIClient = LazyImport(
4040
"adalflow.components.model_client.groq_client.GroqAPIClient",

0 commit comments

Comments
 (0)