Skip to content

Commit

Permalink
Merge pull request #225 from SylphAI-Inc/model_client
Browse files Browse the repository at this point in the history
[Model_client integration] Model_client AWS BedRock + Azure AI integration
  • Loading branch information
Sylph-AI authored Nov 26, 2024
2 parents fc18aa2 + 04ed18f commit e750721
Showing 10 changed files with 1,949 additions and 663 deletions.
2 changes: 1 addition & 1 deletion adalflow/adalflow/components/model_client/__init__.py
Original file line number Diff line number Diff line change
@@ -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",
Loading
Oops, something went wrong.

0 comments on commit e750721

Please sign in to comment.