mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-11 17:35:56 +08:00
add openrouter api key
This commit is contained in:
parent
a5ee349862
commit
b445216edd
3 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue