mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-27 21:05:34 +00:00
Changing default back to ollama
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user