XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update GithubCopilot.py

5d68b570
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/needs_auth/GithubCopilot.py +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,