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

## Changes being requested This PR streamlines the initialization process for AzureOpenAI and AsyncAzureOpenAI clients by centralizing common configuration steps. The main change involves the introduction of a `_configure_client_settings` method...

- [x] I understand that this repository is auto-generated and my pull request may not be merged ## Changes being requested Use `self._base_url` to replace `self.base_url` in BaseClient class's `_prepare_url`...

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

enhancement

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

enhancement

- [x] I understand that this repository is auto-generated and my pull request may not be merged ## Changes being requested ## Additional context & links I guess `how to...

made changes in function for making it easy and functional and easy to understand

Automated Release PR --- ## 1.25.2 (2024-05-05) Full Changelog: [v1.25.1...v1.25.2](https://github.com/openai/openai-python/compare/v1.25.1...v1.25.2) ### Documentation * **readme:** fix misleading timeout example value ([#1393](https://github.com/openai/openai-python/issues/1393)) ([3eba8e7](https://github.com/openai/openai-python/commit/3eba8e7573ec1bf4231a304c8eabc8a8d077f46d)) --- This Pull Request has been generated automatically as...

autorelease: pending

fixed a few typos - [ ] I understand that this repository is auto-generated and my pull request may not be merged ## Changes being requested ## Additional context &...

We have released a new major version of our SDK, and we recommend upgrading promptly. Regarding this new sdk... I'll admit it I'm a newb. I've been using ChatGPT to...