From 8bc456f3b60743fb9a728bf3831fbb9a0b354a2f Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Mon, 18 Nov 2024 17:53:15 +0100 Subject: Add account support in Copilot provider --- g4f/Provider/needs_auth/CopilotAccount.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 g4f/Provider/needs_auth/CopilotAccount.py (limited to 'g4f/Provider/needs_auth/CopilotAccount.py') diff --git a/g4f/Provider/needs_auth/CopilotAccount.py b/g4f/Provider/needs_auth/CopilotAccount.py new file mode 100644 index 00000000..fa43867e --- /dev/null +++ b/g4f/Provider/needs_auth/CopilotAccount.py @@ -0,0 +1,8 @@ +from __future__ import annotations + +from ..Copilot import Copilot + +class CopilotAccount(Copilot): + needs_auth = True + parent = "Copilot" + default_model = "" \ No newline at end of file -- cgit v1.2.3