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

XFEstudio/gpt4free

Update GithubCopilot.py

3d0d969b
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/github/GithubCopilot.py +1 -1
@@ -237,7 +237,7 @@ class GithubCopilot(OpenaiTemplate):
237 237 return None
238 238
239 239 @classmethod
240 async def get_quota(cls) -> dict:
240 async def get_quota(cls, api_key: Optional[str] = None) -> dict:
241 241 """
242 242 Fetch and summarize current GitHub Copilot usage/quota information.
243 243 Returns a dictionary with usage details or raises an exception on failure.