From aac0c11b8fff47e2c74f085eed5b6bde20c3319d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 May 2026 22:26:44 +0300 Subject: refactor: update completion model to qwen3-coder-next and add player reference --- hexai/config.toml | 13 +++++++------ prompts/skills/f3s/SKILL.md | 1 + 2 files changed, 8 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 diff --git a/prompts/skills/f3s/SKILL.md b/prompts/skills/f3s/SKILL.md index cbc3af1..a3e7c06 100644 --- a/prompts/skills/f3s/SKILL.md +++ b/prompts/skills/f3s/SKILL.md @@ -33,6 +33,7 @@ Detailed reference documentation is in the `references/` subfolder: - [dserver.d](references/dserver.d) — index: links to **Rocky r-VM DTail** subsection and full **dtail.md** - [Pi-hole on Pis](references/pihole-pi.md) — **pi2/pi3** Docker Pi-hole, **`~/pihole`**, **`*.f3s.lan.buetow.org` → 192.168.1.138**, paths under **`f3s/pihole/docker-pi/`** - [goprecords / uptimed uploads](references/goprecords-uptimed.md) — **`https://goprecords.f3s.buetow.org`**, **`PUT /upload`**, OpenBSD **Rex** daily vs **FreeBSD/Pi** manual hourly **`cron`** / **systemd**, **`contrib/goprecords-upload-client.sh`**, **geheim** tokens +- [Player](references/player.md) — **`https://player.f3s.buetow.org`**, image build/push workflow, Helm chart path, ArgoCD sync, NFS PV/PVC notes Package repository details were split into the sibling `pkgrepo` skill. Use `pkgrepo` for `pkgrepo.f3s.buetow.org`, repo layout, package publication, and client repo configuration. -- cgit v1.2.3