openai-python icon indicating copy to clipboard operation
openai-python copied to clipboard

The official Python library for the OpenAI API

Results 331 openai-python issues
Sort by recently updated
recently updated
newest added

### 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...

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...

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...

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...

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...

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'...