summaryrefslogtreecommitdiff
path: root/hexai
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-03 22:26:44 +0300
committerPaul Buetow <paul@buetow.org>2026-05-03 22:26:44 +0300
commitaac0c11b8fff47e2c74f085eed5b6bde20c3319d (patch)
treefc3c2d584b0c75ea487989d9b345e481479953f8 /hexai
parentbeedca0412ccaa96c095c5a44f3611f68ed4a53c (diff)
refactor: update completion model to qwen3-coder-next and add player reference
Diffstat (limited to 'hexai')
-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