You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenAI Audio API take api_key, api_base, api_type, api_version, organization as aparameters. Most of these parameters were ignored until the PR #369. However, this PR is incomplete as it ignored api_version, organization. As a result, we still get "Resource not found" error.
Fix is to ensure api_version, organization parameter are not ignored.
To Reproduce
Was using both OpenAI APIs and Auzre OpenAI APIs with in same module
Was using Chat completions from Azure OpenAI and Audio Whisper transcribe from OpenAI
The parameter overrides is supposed to allow such parallel usage of it, but ignorance of api_version, organization hinders it
Code snippets
No response
OS
Ubuntu 22.04.2 LTS (of Windows 11 WSL)
Python version
Python v3.9.14
Library version
openai-python v0.27.6
The text was updated successfully, but these errors were encountered:
Allows passing in the previous_response_id to reduce sending the same
data again and again.
Test plan:
Examples. Adding tests in next PR shortly.
---
[//]: # (BEGIN SAPLING FOOTER)
* __->__ openai#509
* openai#508
Describe the bug
OpenAI Audio API take api_key, api_base, api_type, api_version, organization as aparameters. Most of these parameters were ignored until the PR #369. However, this PR is incomplete as it ignored api_version, organization. As a result, we still get "Resource not found" error.
Fix is to ensure api_version, organization parameter are not ignored.
To Reproduce
Code snippets
No response
OS
Ubuntu 22.04.2 LTS (of Windows 11 WSL)
Python version
Python v3.9.14
Library version
openai-python v0.27.6
The text was updated successfully, but these errors were encountered: