From ce315dc25ba99a78a430acf2fff94eb1cb9c5526 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 21 Aug 2025 21:55:48 +0200 Subject: [PATCH] Change model in roles --- src/aichat/roles/english-translator.md | 2 +- src/aichat/roles/french-translator.md | 2 +- src/aichat/roles/short.md | 2 +- src/aichat/roles/spell-checker.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/aichat/roles/english-translator.md b/src/aichat/roles/english-translator.md index 63bbd13..a76a70b 100644 --- a/src/aichat/roles/english-translator.md +++ b/src/aichat/roles/english-translator.md @@ -1,5 +1,5 @@ --- -model: ollama:gemma2 +model: ollama:gemma3:12b-it-qat temperature: 0 top_p: 0 diff --git a/src/aichat/roles/french-translator.md b/src/aichat/roles/french-translator.md index e32f505..8ca7707 100644 --- a/src/aichat/roles/french-translator.md +++ b/src/aichat/roles/french-translator.md @@ -1,5 +1,5 @@ --- -model: ollama:gemma2 +model: ollama:gemma3:12b-it-qat temperature: 0 top_p: 0 diff --git a/src/aichat/roles/short.md b/src/aichat/roles/short.md index 27efce7..31db8f9 100644 --- a/src/aichat/roles/short.md +++ b/src/aichat/roles/short.md @@ -1,5 +1,5 @@ --- -model: ollama:qwen2.5 +model: ollama:gemma3:12b-it-qat temperature: 0 top_p: 0 diff --git a/src/aichat/roles/spell-checker.md b/src/aichat/roles/spell-checker.md index 23e9c2e..5ef8ccd 100644 --- a/src/aichat/roles/spell-checker.md +++ b/src/aichat/roles/spell-checker.md @@ -1,5 +1,5 @@ --- -model: ollama:gemma2 +model: ollama:gemma3:12b-it-qat temperature: 0 top_p: 0