返回提交历史
Modified
g4f/Provider/needs_auth/GithubCopilot.py
+1
-1
XFEstudio/gpt4free
Update GithubCopilot.py
5d68b570
代码差异
1 个文件
+1
-1
@@ -29,7 +29,7 @@ class GithubCopilot(AsyncGeneratorProvider, ProviderModelMixin):
29
29
model: str,
30
30
messages: Messages,
31
31
stream: bool = False,
32
api_key: str = "X2eRgXPamxGK_TXS6seGGYy541mQuVJdH1CYljrvSPuc38je5J4KK4Aw0y5X2oVRFMjA4B1fo9sdsr4VJcl-VBae7H0Mr4U9GIkFnGx3hSs=",
32
api_key: str = None,
33
33
proxy: str = None,
34
34
cookies: Cookies = None,
35
35
conversation_id: str = None,