Messing around

This commit is contained in:
Jon Michael Aanes 2025-05-11 10:43:23 +02:00
parent 4141eeb30c
commit 32cdcde883

View File

@ -177,7 +177,7 @@ def create_aider_command(issue: str) -> list[str]:
'--auto-test', '--auto-test',
'--no-auto-lint', '--no-auto-lint',
'--yes', '--yes',
'--timeout', str(10_000) '--timeout', str(10_000),
] ]
if CODE_MODEL in {'ollama/qwen3:32b'}: if CODE_MODEL in {'ollama/qwen3:32b'}:
@ -201,7 +201,7 @@ def create_aider_command(issue: str) -> list[str]:
l.append('--model') l.append('--model')
l.append(CODE_MODEL) l.append(CODE_MODEL)
if CODE_MODEL.startswith('ollama/'): if CODE_MODEL.startswith('ollama/') and False:
l.append('--auto-lint') l.append('--auto-lint')
if True: if True: