gg / g4f /Provider /needs_auth /CopilotAccount.py
mfoud444's picture
first commit
79859e3
raw
history blame
335 Bytes
from __future__ import annotations
from ..base_provider import ProviderModelMixin
from ..Copilot import Copilot
class CopilotAccount(Copilot, ProviderModelMixin):
needs_auth = True
parent = "Copilot"
default_model = "Copilot"
default_vision_model = default_model
models = [default_model]
image_models = models