-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add support for Azure OpenAI #42
Conversation
… header + bump cleverclient to 1.0.0
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #42 +/- ##
============================================
- Coverage 88.09% 88.08% -0.02%
Complexity 602 602
============================================
Files 105 105
Lines 941 940 -1
Branches 27 27
============================================
- Hits 829 828 -1
Misses 69 69
Partials 43 43 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@the-gigi Please, fix the observations
This PR adds support to Azure OpenAI and addresses #3
There are 5 differences between OpenAI and Azure OpenAI. They are all addressed here and the code was tested against an Azure OpenAI deployment.
Here are the details of the PR:
api-key: <API key>