OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
genai
/
venv
/
lib
/
python3.6
/
site-packages
/
openai
/
api_resources
/
abstract
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:00:17 AM
rwxr-xr-x
📄
__init__.py
696 bytes
05/09/2024 07:00:17 AM
rw-r--r--
📁
__pycache__
-
05/09/2024 07:00:17 AM
rwxr-xr-x
📄
api_resource.py
2.43 KB
05/09/2024 07:00:17 AM
rw-r--r--
📄
createable_api_resource.py
1.01 KB
05/09/2024 07:00:17 AM
rw-r--r--
📄
custom_method.py
1.45 KB
05/09/2024 07:00:17 AM
rw-r--r--
📄
deletable_api_resource.py
526 bytes
05/09/2024 07:00:17 AM
rw-r--r--
📄
engine_api_resource.py
3.97 KB
05/09/2024 07:00:17 AM
rw-r--r--
📄
listable_api_resource.py
1.08 KB
05/09/2024 07:00:17 AM
rw-r--r--
📄
nested_resource_class_methods.py
3.8 KB
05/09/2024 07:00:17 AM
rw-r--r--
📄
singleton_api_resource.py
890 bytes
05/09/2024 07:00:17 AM
rw-r--r--
📄
updateable_api_resource.py
785 bytes
05/09/2024 07:00:17 AM
rw-r--r--
Editing: __init__.py
Close
# flake8: noqa from openai.api_resources.abstract.api_resource import APIResource from openai.api_resources.abstract.singleton_api_resource import SingletonAPIResource from openai.api_resources.abstract.createable_api_resource import CreateableAPIResource from openai.api_resources.abstract.updateable_api_resource import UpdateableAPIResource from openai.api_resources.abstract.deletable_api_resource import DeletableAPIResource from openai.api_resources.abstract.listable_api_resource import ListableAPIResource from openai.api_resources.abstract.custom_method import custom_method from openai.api_resources.abstract.nested_resource_class_methods import ( nested_resource_class_methods, )