Contents

openai 1.16.2

0

The official Python library for the openai API

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: 19576, Watchers: 19576, Forks: 2641, Open Issues: 42

The openai/openai-python repo was created 3 years ago and the last code push was 11 hours ago.
The project is extremely popular with a mindblowing 19576 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
No  openai  pypi packages just yet.

Errors

A list of common openai errors.

Code Examples

Here are some openai code examples and snippets.

GitHub Issues

The openai package has 42 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)

See more issues on GitHub

Related Packages & Articles

clearml 1.15.0

ClearML - Auto-Magical Experiment Manager, Version Control, and MLOps for AI

mlflow 2.11.3

MLflow: A Platform for ML Development and Productionization

dopamine-rl 4.0.6

Dopamine: A framework for flexible Reinforcement Learning research

thinc 8.2.3

A refreshing functional take on deep learning, compatible with your favorite libraries

spacy 3.7.4

Industrial-strength Natural Language Processing (NLP) in Python