From ef8903c3d7b558502798f96e225a87ce5dcc1277 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sun, 11 May 2025 11:28:06 +0200 Subject: [PATCH] unsloth use diff also --- aider_gitea/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider_gitea/__init__.py b/aider_gitea/__init__.py index 32764e9..1c05267 100644 --- a/aider_gitea/__init__.py +++ b/aider_gitea/__init__.py @@ -185,7 +185,7 @@ def create_aider_command(issue: str) -> list[str]: str(10_000), ] - if CODE_MODEL in {'ollama/qwen3:32b'}: + if CODE_MODEL in {'ollama/qwen3:32b', 'ollama/hf.co/unsloth/Qwen3-30B-A3B-GGUF:Q4_K_M'}: l.append('--edit-format') l.append('diff')