[mod] increase num_ctx, no compaction, docker EDITOR

This commit is contained in:
Andy Bunce 2026-04-02 22:30:56 +01:00
parent 0e20d65b12
commit d611377069
2 changed files with 7 additions and 1 deletions

View file

@ -96,5 +96,6 @@ ENV PATH="/root/.opencode/bin:$PATH"
#USER 1000:1000 #USER 1000:1000
WORKDIR /workspace WORKDIR /workspace
ENV EDITOR=nano
ENV SHELL=/bin/zsh ENV SHELL=/bin/zsh
CMD ["/bin/zsh"] CMD ["/bin/zsh"]

View file

@ -3,6 +3,11 @@
"plugin": [], "plugin": [],
"model": "halo/qwen3-coder-next:latest", "model": "halo/qwen3-coder-next:latest",
"small_model": "gemma3:4b", "small_model": "gemma3:4b",
"compaction": {
"auto": false,
"prune": true,
"reserved": 16000
},
"provider": { "provider": {
"halo": { "halo": {
"npm": "@ai-sdk/openai-compatible", "npm": "@ai-sdk/openai-compatible",
@ -48,7 +53,7 @@
"output": 8192 // Output token limit "output": 8192 // Output token limit
}, },
"options": { "options": {
"num_ctx": 16000, // Context window size for Ollama "num_ctx": 64000, // Context window size for Ollama
"temperature": 1.0, "temperature": 1.0,
"top_p": 0.95, "top_p": 0.95,
"top_k": 40, "top_k": 40,