feat: setup opencode providers

This commit is contained in:
tux
2026-05-07 18:53:14 +05:30
parent c9df2483ec
commit 9988f0a6cc
3 changed files with 32 additions and 10 deletions

View File

@@ -7,16 +7,16 @@
};
settings = {
provider = {
google = {
options = {
apiKey = "{file:/run/secrets/gemini_api_key}";
};
};
openrouter = {
options = {
apiKey = "{file:/run/secrets/open_router_api_key}";
};
};
opencode-go = {
options = {
apiKey = "{file:/run/secrets/open_code_go_api_key}";
};
};
};
};
};