a4b70d9
1
2
3
4
5
6
7
8
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