Replies: 1 comment 3 replies
-
|
@g3luka Thank you for your post! Do you want to submit a PR? It could be great to include it as a default option in the framework. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I needed to use OpenAI via Azure, which has a compatible API, but with some differences in the request besides the baseURL.
The differences are:
api-versionas a Query Parameter, which is informed in the Azure Dashboard.Here is the code I made extending the existing OpenAI Provider.
I tested it and it worked beautifully!
I'm also going to make a Provider for AWS Bedrock.
Beta Was this translation helpful? Give feedback.
All reactions