-
## Justification
The [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) API is compatible with OpenAI's API. With Azure OpenAI, one can set up their own deployments…
-
Different people have already asked for "their" AI provider to be supported.
It is unlikely that we add support for all of them, but we could switch to a library that allows us to connect to at least…
-
### What happened?
Unable to use litellm router feature with Phoenix. Without routing functionality is working as expected.
Please find the code to reproduce it.
import litellm
from litellm im…
-
### Confirm this is a feature request for the Node library and not the underlying OpenAI API.
- [X] This is a feature request for the Node library
### Describe the feature or improvement you're requ…
-
I was using this [reference code][1] to calculate the openai streaming tokens. This was working all good.
```
var originalStream = await responseContext.ProxyResponse.Content.ReadAsSt…
-
Great sample, Ric! Given that ChatCompletion has been deprecated in Python openai, Ask_Azure_OpenAI should be rewritten to:
def Ask_Azure_OpenAI():
client = AzureOpenAI (
**azure_en…
-
### Library name and version
Azure.AI.OpenAI 2.0.0
### Describe the bug
When calling the chat completion endpoint with `ChatResponseFormat JsonSchemaFormat` a 400 BadRequest error is thrown with th…
-
I would love to see the option to pass in specific API Endpoints so that we can leverage Azure OpenAI API along with other implementations.
-
Hi, I was just testing the azure OpenAI with the model "gpt35-instruct" model, which is a gpt3.5 instrcut model I have just deployed. But after setting up the model, when I was trying to make a simple…
Onebu updated
4 months ago
-
azure的openAI api似乎没有联网搜索的能力,能否使用呢?