aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-04-24 19:59:51 -0700
committerFranck Cuny <franck@fcuny.net>2025-04-24 19:59:51 -0700
commiteb2868406484bd77215aac3f5237ace823caffde (patch)
tree864d2ecc75880d351e3cb49ef3c1068642dc3bc2 /justfile
parentbuild python packages for llm (diff)
downloadinfra-eb2868406484bd77215aac3f5237ace823caffde.tar.gz
drop just
Diffstat (limited to 'justfile')
-rw-r--r--justfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/justfile b/justfile
deleted file mode 100644
index edaf429..0000000
--- a/justfile
+++ /dev/null
@@ -1,15 +0,0 @@
-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")