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...
### 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...
### 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...
### 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...
### Confirm this is a feature request for the Python library and not the underlying OpenAI API. - [x] This is a feature request for the Python library ### Describe...
### Confirm this is a feature request for the Python library and not the underlying OpenAI API. - [x] This is a feature request for the Python library ### Describe...
Add `https://` prefix to azure_endpoint when missing to avoid faulty URL construction where `azure_endpoint` is repeated twice - [x] I understand that this repository is auto-generated and my pull request...
### 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 #2146 This PR fixes a memory leak in the manually maintained library code (src/openai/lib/_parsing/_completions.py) where AsyncCompletions.parse() was retaining schema representations of dynamically created Pydantic models indefinitely. ### Changes Made:...
- [x] I understand that this repository is auto-generated and my pull request may not be merged ## Changes being requested Made a change to check the field_info for 'annotation'...