update dependencies and change default model (#24)
Reviewed-on: #24
This commit was merged in pull request #24.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user