[Fish] aliases and function

This commit is contained in:
2026-03-07 01:35:09 +01:00
parent cd5cd23e71
commit 17540f0b8b
2 changed files with 4 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
function askllama --description 'answer from llama'
~/projects/llama.cpp/build/bin/llama-run ~/projects/llama.cpp/models/llama3 $(string join '+' $argv[1..])
~/projects/pkgs/llama.cpp/build/bin/llama-simple -m ~/Documents/models/Qwen3-4B-Instruct-2507.Q4_K_M.gguf $(string join '+' $argv[1..])
end