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 624cf5c commit 05718afCopy full SHA for 05718af
2 files changed
lua/CopilotChat/client.lua
@@ -52,7 +52,6 @@
52
---@field streaming boolean?
53
---@field tools boolean?
54
---@field reasoning boolean?
55
----@field supported_endpoints table<string>?
56
57
local log = require('plenary.log')
58
local constants = require('CopilotChat.constants')
lua/CopilotChat/config/providers.lua
@@ -734,4 +734,3 @@ M.github_models = {
734
}
735
736
return M
737
-
0 commit comments