gpt4free/g4f/Provider/needs_auth/OpenaiAccount.py
2024-04-22 01:27:48 +02:00

8 lines
182 B
Python

from __future__ import annotations
from .OpenaiChat import OpenaiChat
class OpenaiAccount(OpenaiChat):
needs_auth = True
parent = "OpenaiChat"
image_models = ["dall-e"]