OpenaiAccount.py 209 B

12345678
  1. from __future__ import annotations
  2. from .OpenaiChat import OpenaiChat
  3. class OpenaiAccount(OpenaiChat):
  4. needs_auth = True
  5. parent = "OpenaiChat"
  6. use_nodriver = False # Show (Auth) in the model name