Skip to content

Commit 1e935ab

Browse files
author
Mihamina RKTMB
committed
fix(provider): Fix #1442 - Comply to code review
1 parent 05718af commit 1e935ab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lua/CopilotChat/config/providers.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,6 @@ M.github_models = {
719719
tools = vim.tbl_contains(model.capabilities, 'tool-calling'),
720720
reasoning = vim.tbl_contains(model.capabilities, 'reasoning'),
721721
version = model.version,
722-
use_responses = false, -- GitHub Models don't use Responses API
723722
}
724723
end)
725724
:totable()

0 commit comments

Comments
 (0)