Files
gpt4free/g4f/Provider/needs_auth/OpenaiAccount.py
2025-02-21 06:52:04 +01:00

8 lines
209 B
Python

from __future__ import annotations
from .OpenaiChat import OpenaiChat
class OpenaiAccount(OpenaiChat):
needs_auth = True
parent = "OpenaiChat"
use_nodriver = False # Show (Auth) in the model name