Skip to content

Commit 7933b33

Browse files
committed
remove comment
1 parent b4b65bf commit 7933b33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/gp/dispatcher.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ local query = function(buf, provider, payload, handler, on_exit, callback)
436436
}
437437
endpoint = render.template_replace(endpoint, "{{model}}", payload.model)
438438
elseif provider == "ollama" then
439-
-- Ollama local API typically doesn't require authentication
440439
headers = {}
441440
else -- default to openai compatible headers
442441
headers = {

0 commit comments

Comments
 (0)