Skip to content

Commit 05718af

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

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

lua/CopilotChat/client.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
---@field streaming boolean?
5353
---@field tools boolean?
5454
---@field reasoning boolean?
55-
---@field supported_endpoints table<string>?
5655

5756
local log = require('plenary.log')
5857
local constants = require('CopilotChat.constants')

lua/CopilotChat/config/providers.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,4 +734,3 @@ M.github_models = {
734734
}
735735

736736
return M
737-

0 commit comments

Comments
 (0)