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 05718af commit 1e935abCopy full SHA for 1e935ab
1 file changed
lua/CopilotChat/config/providers.lua
@@ -719,7 +719,6 @@ M.github_models = {
719
tools = vim.tbl_contains(model.capabilities, 'tool-calling'),
720
reasoning = vim.tbl_contains(model.capabilities, 'reasoning'),
721
version = model.version,
722
- use_responses = false, -- GitHub Models don't use Responses API
723
}
724
end)
725
:totable()
0 commit comments