openai/openai-python

Public

mirrored fromhttps://github.com/openai/openai-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.10.5

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Makefile

9lines · modepreview

.PHONY: build upload

build:
	python setup.py sdist

upload:
	twine upload dist/openai-*.tar.gz
	rm dist/openai-*.tar.gz