gpt4free/g4f/Provider/needs_auth/OpenaiAccount.py

6 lines
126 B
Python
Raw Normal View History

from __future__ import annotations
from .OpenaiChat import OpenaiChat
class OpenaiAccount(OpenaiChat):
needs_auth = True