feat: add anthropic api key
This commit is contained in:
parent
d1f8765dff
commit
6ebfb3d109
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let
|
|||
wrapped = pkgs.writeShellApplication {
|
||||
name = "aider";
|
||||
text = ''
|
||||
aider --openai-api-key "$(cat /run/agenix/openai)" --no-attribute-author --no-attribute-committer "$@"
|
||||
aider --openai-api-key "$(cat /run/agenix/openai)" --anthropic-api-key "$(cat /run/agenix/anthropic)" --no-attribute-author --no-attribute-committer "$@"
|
||||
'';
|
||||
runtimeInputs = [ cfg.package ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue