From c8cf54fda5e6b4195a85dd564bf27d7774f74947 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Tue, 7 Jan 2025 12:53:50 -0600 Subject: [PATCH] :gear: Updates llm settings --- home/.justfiles/llm.justfile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/home/.justfiles/llm.justfile b/home/.justfiles/llm.justfile index 4f919c4..7d716b4 100644 --- a/home/.justfiles/llm.justfile +++ b/home/.justfiles/llm.justfile @@ -15,10 +15,12 @@ justfile := justfile_directory() + "/.justfiles/llm.justfile" @fmt: just --justfile {{ justfile }} --fmt -@install: - llm install llm-claude - llm install llm-ollama +@install *ARGS: + llm install {{ARGS}} llm-claude + # llm install {{ARGS}} llm-ollama + +@path: + subl "`llm templates path`" @upgrade: - llm install llm-claude - llm install llm-ollama + just --justfile {{ justfile }} install --upgrade