From a3b24ce8c8f229569d890a399f12930a737e3ffd Mon Sep 17 00:00:00 2001 From: pyriec Date: Fri, 18 Sep 2026 10:12:02 +0200 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20le=20mod=C3=A8le=20dan?= =?UTF-8?q?s=20la=20configuration=20LaTeX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remplace "llama3.1" par "deepseek-r1:1.5b" --- config.math-latex.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.math-latex.template b/config.math-latex.template index 287a1c7..aa6dc1b 100644 --- a/config.math-latex.template +++ b/config.math-latex.template @@ -1,6 +1,6 @@ { "provider": "ollama", - "model": "llama3.1", + "model": "deepseek-r1:1.5b", "api_key": "", "server_url": "http://localhost:11434", "hotkey": "ctrl+alt+a",