From f9e88fc774bbd02b6fcc111512c90bc60dfb707e Mon Sep 17 00:00:00 2001 From: stevef Date: Sun, 19 Apr 2026 16:05:08 +0200 Subject: [PATCH] test(k3s): restore problematic nemotron-3 model to test fallback mechanism --- k3s/config.json | 2 +- k3s/configmap.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k3s/config.json b/k3s/config.json index 8f4067f88..059d69d0f 100644 --- a/k3s/config.json +++ b/k3s/config.json @@ -14,7 +14,7 @@ "/home/picoclaw/.picoclaw/memory" ], "provider": "", - "model_name": "nvidia/llama-3.1-nemotron-70b-instruct", + "model_name": "nvidia/nemotron-3-super-120b-a12b", "model_fallbacks": [ "openrouter/google/gemini-2.0-flash-exp:free", "openrouter/mistralai/mistral-7b-instruct:free" diff --git a/k3s/configmap.yaml b/k3s/configmap.yaml index 7872f5094..167d33e70 100644 --- a/k3s/configmap.yaml +++ b/k3s/configmap.yaml @@ -21,7 +21,7 @@ data: "/home/picoclaw/.picoclaw/memory" ], "provider": "", - "model_name": "nvidia/llama-3.1-nemotron-70b-instruct", + "model_name": "nvidia/nemotron-3-super-120b-a12b", "model_fallbacks": [ "openrouter/google/gemini-2.0-flash-exp:free", "openrouter/mistralai/mistral-7b-instruct:free"