返回提交历史
Modified
g4f/Provider/github/GithubCopilot.py
+1
-1
XFEstudio/gpt4free
Update GithubCopilot.py
3d0d969b
代码差异
1 个文件
+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.