diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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") |
