summaryrefslogblamecommitdiffstats
path: root/g4f/Provider/needs_auth/CopilotAccount.py
blob: fa43867eef61e04b652aed338e07f2d005825d67 (plain) (tree)
1
2
3
4
5
6
7
8







                                  
from __future__ import annotations

from ..Copilot import Copilot

class CopilotAccount(Copilot):
    needs_auth = True
    parent = "Copilot"
    default_model = ""