aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: edaf4298e1f51ff06811ade6da3356e2bfc6f4f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SSH_OPTIONS := "-o PubkeyAuthentication=no -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
nixdisk := "vda"
nixaddr := ""
hostname := lowercase(`hostname -s`)

default:
    @just --list

[group('llm')]
llm:
    #!/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")