diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-20 14:41:06 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-20 14:41:06 +0200 |
| commit | ff72f14ce6919d0731ddb5be00283c365ce2247d (patch) | |
| tree | 0b32d818eb9f62313ee872a78f1e2954103f45c5 | |
| parent | 25ead17cd7894cf6777cffcd3da1cf3373ba38bb (diff) | |
Add project Pi VM model switching config
| -rw-r--r-- | snippets/hyperstack/.pi/settings.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/snippets/hyperstack/.pi/settings.json b/snippets/hyperstack/.pi/settings.json new file mode 100644 index 0000000..23f5df6 --- /dev/null +++ b/snippets/hyperstack/.pi/settings.json @@ -0,0 +1,8 @@ +{ + "defaultProvider": "hyperstack1", + "defaultModel": "cyankiwi/NVIDIA-Nemotron-3-Super-120B-A12B-AWQ-4bit", + "enabledModels": [ + "hyperstack1/cyankiwi/NVIDIA-Nemotron-3-Super-120B-A12B-AWQ-4bit", + "hyperstack2/bullpoint/Qwen3-Coder-Next-AWQ-4bit" + ] +} |
