openai-python
openai-python copied to clipboard
The official Python library for the OpenAI API
- [x] I understand that this repository is auto-generated and my pull request may not be merged ## Changes being requested Remove a stray file left out probably after some...
### 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 When using `(Async)ChatCompletionStream`, add a weak validation before the...
- [x] I understand that this repository is auto-generated and my pull request may not be merged This commit fixes an issue where the API client would crash with JSON...
- [x] I understand that this repository is auto-generated and my pull request may not be merged ## Changes being requested This PR adds a real-time speech-to-text example script demonstrating...
- [x] I understand that this repository is auto-generated and my pull request may not be merged ## Changes being requested Existing annotations misrepresent code behavior; therefore, changed it to...
- [x] I understand that this repository is auto-generated and my pull request may not be merged ## Changes being requested * Update the voice Literal definition in the dependency...
This pull request addresses [Issue #2205](https://github.com/openai/openai-python/issues/2205) by updating the `ResponseFunctionToolCallParam` type. Previously, the `id` field was defined as a required string, but this change makes it optional, aligning the type...
This PR introduces an alias import for `ComputerCallOutput` in the `openai.types.responses` module by importing it from the `response_input_param` module. This change provides a unified and accessible entry point via 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...