From 7c10a036ed63b0a14f69b27552801dde4f220b4e Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Tue, 19 Nov 2024 10:23:24 +0100 Subject: Add image upload to Copilot provider Remove prompt lock from gui Fix discord link in gui --- g4f/Provider/needs_auth/CopilotAccount.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'g4f/Provider/needs_auth/CopilotAccount.py') diff --git a/g4f/Provider/needs_auth/CopilotAccount.py b/g4f/Provider/needs_auth/CopilotAccount.py index fa43867e..76e51278 100644 --- a/g4f/Provider/needs_auth/CopilotAccount.py +++ b/g4f/Provider/needs_auth/CopilotAccount.py @@ -5,4 +5,5 @@ from ..Copilot import Copilot class CopilotAccount(Copilot): needs_auth = True parent = "Copilot" - default_model = "" \ No newline at end of file + default_model = "Copilot" + default_vision_model = default_model \ No newline at end of file -- cgit v1.2.3