openai 1.51.2
0
The official Python library for the openai API
Contents
The OpenAI Python library provides convenient access to the OpenAI API from applications written in the Python language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the OpenAI API.
Stars: 22399, Watchers: 22399, Forks: 3119, Open Issues: 87The openai/openai-python
repo was created 3 years ago and the last code push was 4 days ago.
The project is extremely popular with a mindblowing 22399 github stars!
How to Install openai
You can install openai using pip
pip install openai
or add it to a project with poetry
poetry add openai
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/openai/
- GitHub Repo:
- https://github.com/openai/openai-python
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common openai errors.
Code Examples
Here are some openai
code examples and snippets.
GitHub Issues
The openai package has 87 open issues on GitHub
- Add documentation for usage with Azure endpoints.
- feat: openai wandb sync
- Add entry_points
- Use
entry_points console_scripts
- Add configuration option for how to turn an API key into a request header
- Fix how the ca-certificate filename is accessed so it works with pyin…
- Building openai into an exe with pyInstaller causes a certificate error (can't find file)