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

Support for AnthropicBedrock and AzureOpenAI #285

Merged
merged 5 commits into from
May 29, 2024
Merged

Conversation

willbakst
Copy link
Contributor

Closes #224
Closes #225

  • Add bedrock_client_wrapper to anthropic module for wrapping Anthropic and AsyncAnthropic to use AWS Bedrock.
  • Add azure_client_wrapper to openai module for wrapping OpenAI and AsyncOpenAI to use Microsoft Azure deployments.

@willbakst willbakst requested a review from brenkao May 29, 2024 04:07
Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (1e63be3) to head (4a7473a).
Report is 4 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff            @@
##               dev      #285   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          136       138    +2     
  Lines         6753      6809   +56     
=========================================
+ Hits          6753      6809   +56     
Flag Coverage Δ
tests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@brenkao brenkao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approve after fixing nit

@willbakst willbakst merged commit d0ab8ac into dev May 29, 2024
8 checks passed
@willbakst willbakst deleted the bedrock-azure-support branch May 29, 2024 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for AnthropicBedrock Add support for AzureOpenAI
2 participants