diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-21 12:58:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-21 12:58:08 +0200 |
| commit | 437168c7a47ee656edc91177b9753957b9361209 (patch) | |
| tree | 0b0b1fb74137c0dd6f2bb4a9a4e7b67f33ea7129 /hyperstack.fish | |
| parent | f9a2ffcdf1d7dd9612c2d328585f58310236bd9b (diff) | |
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
Diffstat (limited to 'hyperstack.fish')
| -rw-r--r-- | hyperstack.fish | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
