from __future__ import annotations from .OpenaiChat import OpenaiChat class OpenaiAccount(OpenaiChat): needs_auth = True image_models = ["dall-e"]