From 437168c7a47ee656edc91177b9753957b9361209 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 21 Mar 2026 12:58:08 +0200 Subject: Set single-VM default to GPT-OSS 120B; add hyperstack Pi provider and fish abbr - hyperstack-vm.toml: switch [vllm] default from Qwen3-Coder-Next to openai/gpt-oss-120b (container_name, max_model_len=131072, tool_call_parser=''); labels already reflected gpt-oss-120b - pi/agent/models.json: add 'hyperstack' provider pointing at hyperstack.wg1:11434/v1 with GPT-OSS 120B as primary model and all preset models registered (alongside hyperstack1/hyperstack2) - hyperstack.fish: add pi-hyperstack abbreviation for single-VM GPT-OSS 120B - README.md: update fish abbreviations table, provider table, VM config table, and Single-VM setup section to reflect the new defaults --- hyperstack.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hyperstack.fish') diff --git a/hyperstack.fish b/hyperstack.fish index 6dfb191..1b32a37 100644 --- a/hyperstack.fish +++ b/hyperstack.fish @@ -1,2 +1,3 @@ +abbr pi-hyperstack pi --model hyperstack/openai/gpt-oss-120b abbr pi-hyperstack-nemotron pi --model hyperstack1/cyankiwi/NVIDIA-Nemotron-3-Super-120B-A12B-AWQ-4bit -abbr pi-hyperstack-coder pi --model hyperstack2/bullpoint/Qwen3-Coder-Next-AWQ-4bit +abbr pi-hyperstack-coder pi --model hyperstack2/bullpoint/Qwen3-Coder-Next-AWQ-4bit -- cgit v1.2.3