mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-10-05 08:16:58 +08:00
8 lines
209 B
Python
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 |