From 35458e60c1e2a90e8b9ea7382b2804b80e618e01 Mon Sep 17 00:00:00 2001 From: Mauve Signweaver Date: Mon, 11 Nov 2024 17:09:24 -0500 Subject: [PATCH] llm: use qwen2.5-coder as default model --- app/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.js b/app/config.js index 3f429ef..acdf176 100644 --- a/app/config.js +++ b/app/config.js @@ -19,7 +19,7 @@ export default RC('agregore', { // Uncomment this to use OpenAI instead // baseURL: 'https://api.openai.com/v1/' apiKey: 'ollama', - model: 'phi3:3.8b-mini-4k-instruct-q4_0' + model: 'qwen2.5-coder:7b-instruct-q4_K_M' }, accelerators: { OpenDevTools: 'CommandOrControl+Shift+I',