Skip to content

Commit f7bb7b3

Browse files
committed
fix: typo
1 parent ef74e67 commit f7bb7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/modules/configs/tool/codecompanion.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ return function()
4141
openrouter = function()
4242
return require("codecompanion.adapters").extend("openai_compatible", {
4343
env = {
44-
url = "https://openrouter.ai/api%22,
44+
url = "https://openrouter.ai/api",
4545
api_key = secret_key,
4646
chat_url = "/v1/chat/completions",
4747
},

0 commit comments

Comments
 (0)