fix command

This commit is contained in:
2025-04-10 22:17:35 -07:00
parent 211a543b71
commit ebbe37bece

View File

@@ -77,7 +77,7 @@ return {
return require("codecompanion.adapters").extend("openai_compatible", {
env = {
url = "https://openrouter.ai/api",
api_key = "cat $HOME/.openrouterapikey",
api_key = "cmd:cat $HOME/.openrouterapikey",
chat_url = "/v1/chat/completions",
},
schema = {