add openrouter api key

This commit is contained in:
EdenQwQ 2026-04-17 11:57:37 +08:00
parent a5ee349862
commit b445216edd
3 changed files with 5 additions and 0 deletions

View file

@ -18,10 +18,13 @@
SILICONFLOW_API_KEY = "$(cat ${config.age.secrets.siliconflow_token.path})";
MOONSHOT_API_KEY = "$(cat ${config.age.secrets.kimi_token.path})";
TELEGRAM_BOT_TOKEN = "$(cat ${config.age.secrets.telegram_bot_token.path})";
OPENROUTER_API_KEY = "$(cat ${config.age.secrets.openrouter_token.path})";
};
home.packages = with pkgs; [
inputs.kimi-cli.packages.${pkgs.stdenv.hostPlatform.system}.default
#inputs.airi.packages.${pkgs.stdenv.hostPlatform.system}.default
opencode
codex
gitingest
];
}