summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/needs_auth/OpenaiAccount.py
blob: 7be60c86450c4e948d837c5c234013cf86848144 (plain) (blame)
1
2
3
4
5
6
from __future__ import annotations

from .OpenaiChat import OpenaiChat

class OpenaiAccount(OpenaiChat):
    needs_auth = True