Skip to content

Commit 078162a

Browse files
committed
Merge branch 'main' into rag-playbook
2 parents 2ed293b + e750721 commit 078162a

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)