Changing default back to ollama

This commit is contained in:
Eddie Richter
2026-03-30 21:22:39 -06:00
parent 8f6ee7ae10
commit 3235efbaca
2 changed files with 5 additions and 4 deletions
@@ -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"
@@ -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"