Skip to content

Commit

Permalink
⚙️ Updates llm settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Jan 7, 2025
1 parent 724d9ef commit c8cf54f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions home/.justfiles/llm.justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c8cf54f

Please sign in to comment.