From 5d68b570c8948342cb9efa8a70055af6dac0f45b Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Sat, 23 Nov 2024 09:50:59 +0100 Subject: Update GithubCopilot.py --- g4f/Provider/needs_auth/GithubCopilot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g4f/Provider/needs_auth') diff --git a/g4f/Provider/needs_auth/GithubCopilot.py b/g4f/Provider/needs_auth/GithubCopilot.py index 0c12dfd0..3eb66b5e 100644 --- a/g4f/Provider/needs_auth/GithubCopilot.py +++ b/g4f/Provider/needs_auth/GithubCopilot.py @@ -29,7 +29,7 @@ class GithubCopilot(AsyncGeneratorProvider, ProviderModelMixin): model: str, messages: Messages, stream: bool = False, - api_key: str = "X2eRgXPamxGK_TXS6seGGYy541mQuVJdH1CYljrvSPuc38je5J4KK4Aw0y5X2oVRFMjA4B1fo9sdsr4VJcl-VBae7H0Mr4U9GIkFnGx3hSs=", + api_key: str = None, proxy: str = None, cookies: Cookies = None, conversation_id: str = None, -- cgit v1.2.3