openai-python
openai-python copied to clipboard
The official Python library for the OpenAI API
- [ ] I understand that this repository is auto-generated and my pull request may not be merged ## Changes being requested ## Additional context & links
### 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...
fix: #1633 I referred to the method `client.chat.completions.create` and used `@overload` to solve this problem, but I haven't added the docstring yet. I want to provide a draft first to...
### 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 Provides a well-defined behavior / fallback type for response...
### 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...
### Confirm this is an issue with the Python library and not an underlying OpenAI API - [ ] This is an issue with the Python library ### Describe the...
### Describe the bug It is mentioned in the official openapi document (https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-f9320ebf347140052c7f8b0bc5c7db24f5e367c368c8cb34c3606af4e2b6591b.yml) ### To Reproduce 1.I made the following request with empty list 2.response said 200 but not 400...
If api_key contains Bearer keyword, remove it to avoid duplicate addition. - [ ] I understand that this repository is auto-generated and my pull request may not be merged ##...