summaryrefslogtreecommitdiff
path: root/snippets/hyperstack
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-20 14:41:06 +0200
committerPaul Buetow <paul@buetow.org>2026-03-20 14:41:06 +0200
commitff72f14ce6919d0731ddb5be00283c365ce2247d (patch)
tree0b32d818eb9f62313ee872a78f1e2954103f45c5 /snippets/hyperstack
parent25ead17cd7894cf6777cffcd3da1cf3373ba38bb (diff)
Add project Pi VM model switching config
Diffstat (limited to 'snippets/hyperstack')
-rw-r--r--snippets/hyperstack/.pi/settings.json8
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"
+ ]
+}