-
"Use OpenAI SDK with Phi-3 in Azure AI and Azure ML" page shows an example with 0.x openai library version that is quite old at this stage.
https://github.com/microsoft/Phi-3CookBook/blob/main/md/02.Q…
-
client := openai.NewChatCompletionService(
option.WithAPIKey("xxx"), // defaults to os.LookupEnv("OPENAI_API_KEY")
option.WithBaseURL("https://aihubmix.com/v1"),
)
the v1 will be missed
p…
-
When utilizing OpenAI's SDK in Python to access available models from GitHub, the functionality operates as intended; however, it only returns 25 models. Notably, there are over 30 models listed on Gi…
-
### The Feature
post https://api.openai.com/v1/images/edits
### Motivation, pitch
Besides post https://api.openai.com/v1/images/generations, it is also possible to do post https://api.openai.com/v1…
-
First of all, it would be nice to have support for OpenRouter in the Chat Model API.
I think the adoption of this tool is already very high and a lot of people are using it. Especially since you ca…
-
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…
-
### Is there an existing article or article request for this?
- [X] I have searched the existing resources
### Describe the article you'd like
In this article, I will explain how to use the [OpenAI…
-
### The Feature
Support retry policies when calling completion() / text_completion() without requiring Router. Example:
```
import litellm
from litellm import RetryPolicy
retry_policy = Ret…
-
### Confirm this is a feature request for the .NET library and not the underlying OpenAI API
- [X] This is a feature request for the .NET library
### Describe the feature or improvement you are requ…
-
Currently, we expect `OPENAI_API_KEY` to be set as environmental variable, which can be non-intuitive.
We can allow the users to set this key (and also other API keys) in the app configuration file…