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 ef74e67 commit f7bb7b3Copy full SHA for f7bb7b3
lua/modules/configs/tool/codecompanion.lua
@@ -41,7 +41,7 @@ return function()
41
openrouter = function()
42
return require("codecompanion.adapters").extend("openai_compatible", {
43
env = {
44
- url = "https://openrouter.ai/api%22,
+ url = "https://openrouter.ai/api",
45
api_key = secret_key,
46
chat_url = "/v1/chat/completions",
47
},
0 commit comments