update dependencies and change default model (#24)
Release / generate-dungeon (push) Failing after 40s
Release / upload-to-gitea-release (push) Has been skipped

Reviewed-on: #24
This commit was merged in pull request #24.
This commit is contained in:
2026-07-10 23:38:28 +00:00
parent e621505cf2
commit 69d1be9415
3 changed files with 163 additions and 232 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { cleanText } from "./textUtils.js";
const OLLAMA_API_URL = process.env.OLLAMA_API_URL;
export const OLLAMA_MODEL = "qwen3.5-122b-a10b";
export const OLLAMA_MODEL = "qwen3.6-35b-a3b";
function effectiveModel(explicit) {
if (explicit !== undefined && explicit !== null) return explicit;