aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/justfile b/justfile
index 84c7a00..e378239 100644
--- a/justfile
+++ b/justfile
@@ -112,5 +112,8 @@ vm-copy:
[group('llm')]
llm:
- uv tool install llm
- llm install llm-anthropic
+ #!/usr/bin/env fish
+ uv tool install llm -U
+ llm install -U llm-anthropic
+ llm models default anthropic/claude-3-7-sonnet-20250219
+ llm keys set anthropic --value (op read --account my.1password.com "op://Private/anthropic llm/credential")