We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f17d2e commit f554062Copy full SHA for f554062
lua/codecompanion/adapters/copilot.lua
@@ -145,7 +145,7 @@ local function get_models(self, opts)
145
end
146
147
get_and_authorize_token()
148
- local url = "https://api.individual.githubcopilot.com"
+ local url = "https://api.githubcopilot.com"
149
local headers = _cached_adapter.headers
150
headers["Authorization"] = "Bearer " .. _github_token.token
151
0 commit comments