From 3235efbaca18f2ee5a6164caf8ca4b67bf6bfbe2 Mon Sep 17 00:00:00 2001 From: Eddie Richter Date: Mon, 30 Mar 2026 21:22:39 -0600 Subject: [PATCH] Changing default back to ollama --- src/openjarvis/recipes/data/coding_assistant.toml | 5 +++-- src/openjarvis/recipes/data/general_assistant.toml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/openjarvis/recipes/data/coding_assistant.toml b/src/openjarvis/recipes/data/coding_assistant.toml index 818efdf5..5cfbe11b 100644 --- a/src/openjarvis/recipes/data/coding_assistant.toml +++ b/src/openjarvis/recipes/data/coding_assistant.toml @@ -4,10 +4,11 @@ description = "Code generation, review, and debugging with ReAct agent" version = "0.1.0" [intelligence] -model = "Qwen3-Coder-30B-A3B-Instruct-GGUF" +model = "qwen3:8b" +quantization = "q4_K_M" [engine] -key = "lemonade" +key = "ollama" [agent] type = "native_react" diff --git a/src/openjarvis/recipes/data/general_assistant.toml b/src/openjarvis/recipes/data/general_assistant.toml index ee4d8cb3..4e59eadb 100644 --- a/src/openjarvis/recipes/data/general_assistant.toml +++ b/src/openjarvis/recipes/data/general_assistant.toml @@ -4,10 +4,10 @@ description = "Balanced general-purpose assistant" version = "0.1.0" [intelligence] -model = "Qwen3-Coder-30B-A3B-Instruct-GGUF" +model = "qwen3:8b" [engine] -key = "lemonade" +key = "ollama" [agent] type = "orchestrator"