Skip to content

Commit 79bdcf2

Browse files
committed
refactor
1 parent 20f682d commit 79bdcf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/CopilotChat/config/providers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ M.copilot = {
481481
end,
482482

483483
get_url = function()
484-
return '' .. M.endpoints_api .. '/chat/completions'
484+
return M.endpoints_api .. '/chat/completions'
485485
end,
486486
}
487487

0 commit comments

Comments
 (0)