summaryrefslogtreecommitdiff
path: root/hexai/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hexai/config.toml')
-rw-r--r--hexai/config.toml13
1 files changed, 7 insertions, 6 deletions
diff --git a/hexai/config.toml b/hexai/config.toml
index 5954eae..6382b2c 100644
--- a/hexai/config.toml
+++ b/hexai/config.toml
@@ -25,14 +25,15 @@ model = "gemma4:31b-cloud"
base_url = "https://ollama.com"
temperature = 0.2
-# In-code auto-completion uses gemma3:12b on Ollama Cloud — a good balance of
-# speed and quality. Switch to a larger or smaller Gemma below if needed.
+# In-code auto-completion uses qwen3-coder-next on Ollama Cloud — a
+# coding-specialized model offering a good balance of speed and quality.
[[models.completion]]
provider = "ollama"
-model = "gemma3:12b"
-# Other Gemma variants on Ollama Cloud — uncomment one if gemma3:12b is not
+model = "qwen3-coder-next:cloud"
+# Other cloud variants — uncomment one if qwen3-coder-next:cloud is not
# the right fit:
+# model = "ministral-3:14b-cloud"
+# model = "devstral-small-2:24b-cloud"
# model = "gemma4:31b-cloud"
-# model = "gemma3:27b"
-# model = "gemma3:4b"
+# model = "gemma3:12b"
temperature = 0.2