morphic
morphic copied to clipboard
Azure OpenAI support
Would it be very difficult to add azure openai support to the package?
The Azure OpenAI Provider is currently not included in the AI Core Provider, so a custom provider needs to be implemented:
https://sdk.vercel.ai/docs/ai-core/custom-provider
There is also a possibility that it’ll be supported on the SDK side.
https://sdk.vercel.ai/docs/guides/providers/azure-openai
It seems that it is already supported.
https://sdk.vercel.ai/docs/ai-core
The ai core provider is not supported.
https://sdk.vercel.ai/providers/ai-sdk-providers/azure
Supported in the latest version.
I can take over this issue, it seems a very small adaptation at the lib/utils/index.ts
file.
Thank you.SzilvasiPeter Please fix!