7e543f47
a26421bc
4bc4d635
1 2 3 4 5
6
7
8
from __future__ import annotations from .OpenaiChat import OpenaiChat class OpenaiAccount(OpenaiChat): needs_auth = True parent = "OpenaiChat" image_models = ["dall-e"]