gpt / gpt4free /g4f /Provider /needs_auth /GithubCopilotAPI.py
LoRDxdd's picture
Add gpt4free API for Hugging Face
a4b70d9
from __future__ import annotations
from .OpenaiAPI import OpenaiAPI
class GithubCopilotAPI(OpenaiAPI):
label = "GitHub Copilot API"
url = "https://github.com/copilot"
login_url = "https://aider.chat/docs/llms/github.html"
working = True
api_base = "https://api.githubcopilot.com"
needs_auth = True
models_needs_auth = True