unsloth use diff also

This commit is contained in:
Jon Michael Aanes 2025-05-11 11:28:06 +02:00
parent 835235f41b
commit ef8903c3d7

View File

@ -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')