-
**Is your feature request related to a problem? Please describe.**
In a Spring Boot application using the Azure Open AI starter, I need to pass a special HTTP header to access the OpenAI instance p…
-
A net8.0 target is going to be added to RequiredTargetFrameworks in https://github.com/Azure/azure-sdk-for-net/pull/46637
A workaround was added to Azure.AI.OpenAI because there are a number of bloc…
-
Could you please support Azure openai? I would like provide my C# code to show the differences.
if (aiModel.isAzure)
{
httpClient.DefaultRequestHeaders.Add("api-key", aiModel.key);
}
els…
-
The endpoint https://healthcare-ai.openai.azure.com/ doesn't seem to exist anymore, so the code fails when using GPT-4 models.
I had to make local changes and use OpenAI's endpoint, but I'm not sure …
mvdoc updated
2 weeks ago
-
I have a suggestion, can Azure OpenAI's API also be supported? If there is no time for development, I can also take care of it.
-
https://techcommunity.microsoft.com/t5/startups-at-microsoft/migrating-from-openai-to-azure-openai/ba-p/3989463
Azure's OpenAI usage is slightly different than OpenAI's. It's better to support them…
-
### Which API Provider are you using?
OpenAI Compatible
### Which Model are you using?
gpt-4o-08-06, gpt-4o-mini, etc
### What happened?
We understand the "API Version" was added recently, and co…
-
New API Review meeting has been requested.
**Service Name**: Azure OpenAI Service - Azure OpenAI Service
**Review Created By**: Jia Liu
**Review Date**: 09/11/2024 09:00 AM PT
**Release Plan**: [](ht…
-
Great project!
Is it possible to make it work with Azure openai since the services and offerings are identical?
-
Any plans to support Azure OpenAI endpoints? I've tried it with what seems to be the correct settings, but no luck yet.
I'm having difficulty debugging what's actually happening. All I've been ab…