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 2346396 commit 70ddb84Copy full SHA for 70ddb84
lua/codegpt/models.lua
@@ -171,6 +171,9 @@ function M.select_model()
171
prompt = "ollama: available models",
172
format_item = function(item)
173
local display = ""
174
+ if item.name == Config.model_override then
175
+ display = "(*) "
176
+ end
177
if item.model_source == "local" then
178
display = "[L] "
179
elseif item.model_source == "remote" then
0 commit comments