From 4f2eefa097edd2cc45e3c7a07b5fe2b80ab12832 Mon Sep 17 00:00:00 2001 From: pyriec Date: Fri, 11 Sep 2026 14:30:23 +0200 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20le=20mod=C3=A8le=20dan?= =?UTF-8?q?s=20la=20configuration=20math=C3=A9matique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remplacer "llama3.1" par "deepseek-r1:8b" --- config.math-word.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.math-word.template b/config.math-word.template index f6c0c8f..0ee6a78 100644 --- a/config.math-word.template +++ b/config.math-word.template @@ -1,6 +1,6 @@ { "provider": "ollama", - "model": "llama3.1", + "model": "deepseek-r1:8b", "api_key": "", "server_url": "http://localhost:11434", "hotkey": "ctrl+alt+a",