openai-python
openai-python copied to clipboard
The official Python library for the OpenAI API
### Confirm this is an issue with the Python library and not an underlying OpenAI API - [x] This is an issue with the Python library ### Describe the bug...
Fixes #1373 Update `base_url` behavior to enforce trailing slash in module client * Modify `src/openai/__init__.py` to enforce a trailing slash for `base_url` in the `_ModuleClient` class. * Add a helper...
Describe the bug I encountered an issue while using openai-python version 1.52.0. The error started occurring today, whereas the same code was working fine before. The error occurs in the...
### Confirm this is an issue with the Python library and not an underlying OpenAI API - [x] This is an issue with the Python library ### Describe the bug...
portaud and ffmpeg both need to be installed in order for the pursh_to_talk_app example to run. - [x] I understand that this repository is auto-generated and my pull request may...
- [X] I understand that this repository is auto-generated and my pull request may not be merged ## Changes being requested There's a bug in OpenAI's python client logic for...
### Confirm this is an issue with the Python library and not an underlying OpenAI API - [X] This is an issue with the Python library ### Describe the bug...
- [x] I understand that this repository is auto-generated and my pull request may not be merged ## Changes being requested Adds a pure-python web app so that developers can...
This PR addresses the reported issue with the Azure Realtime API URL generation (Issue #2120) by ensuring that the correct deployment value is used and by removing the unnecessary model...
This PR introduces a new utility function, `get_api_key`, to validate API key environment variables more effectively. Previously, if an API key ENV var was empty, the error raised during API...