gg / g4f /Provider /needs_auth /OpenaiAccount.py
mfoud444's picture
first commit
79859e3
raw
history blame
182 Bytes
from __future__ import annotations
from .OpenaiChat import OpenaiChat
class OpenaiAccount(OpenaiChat):
needs_auth = True
parent = "OpenaiChat"
image_models = ["dall-e"]