openai/openai-python

Public

mirrored from https://github.com/openai/openai-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.26.4

Branches

Tags

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

Clone

HTTPS

Download ZIP

openai/api_resources/model.py

5lines · modeblame

62f8d40fMadeleine Thompson4 years ago1from openai.api_resources.abstract import DeletableAPIResource, ListableAPIResource
3c6d4cd6Greg Brockman5 years ago2
3
8547320eChristina Kim4 years ago4class Model(ListableAPIResource, DeletableAPIResource):
64c45330hallacy4 years ago5OBJECT_NAME = "models"