From ff72f14ce6919d0731ddb5be00283c365ce2247d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 20 Mar 2026 14:41:06 +0200 Subject: Add project Pi VM model switching config --- snippets/hyperstack/.pi/settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 snippets/hyperstack/.pi/settings.json (limited to 'snippets/hyperstack') 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" + ] +} -- cgit v1.2.3