diff --git a/lib/modules/Toolbox-Config.psm1 b/lib/modules/Toolbox-Config.psm1 index 75420b2..9859019 100644 --- a/lib/modules/Toolbox-Config.psm1 +++ b/lib/modules/Toolbox-Config.psm1 @@ -83,6 +83,16 @@ $script:defaultConfig = @( "visibility" = "show" "command" = "llama-server 8080" }, + @{ + "type" = "command" + "visibility" = "show" + "command" = "llama-server 8080 --top-k 1 --n-predict 128 --reasoning-budget 0 --threads -1 --jinja --flash-attn auto --cache-type-k q8_0 --cache-type-v q8_0" + }, + @{ + "type" = "command" + "visibility" = "show" + "command" = "llama-server 8080 --top-k 40 --n-predict -1 --reasoning-budget -1 --threads -1 --jinja --flash-attn on --cache-type-k q8_0 --cache-type-v q8_0" + }, @{ "type" = "command" "visibility" = "show" @@ -541,4 +551,4 @@ function Get-CommandValues { } Export-ModuleMember -Function Get-ConfigLines, Update-Config, Get-ConfigValue, Set-ConfigValue, - Set-CommandValue, Set-CommandVisibility, Restore-Config, Get-CommandValues \ No newline at end of file + Set-CommandValue, Set-CommandVisibility, Restore-Config, Get-CommandValues