Messing around
This commit is contained in:
parent
4141eeb30c
commit
32cdcde883
|
@ -177,7 +177,7 @@ def create_aider_command(issue: str) -> list[str]:
|
|||
'--auto-test',
|
||||
'--no-auto-lint',
|
||||
'--yes',
|
||||
'--timeout', str(10_000)
|
||||
'--timeout', str(10_000),
|
||||
]
|
||||
|
||||
if CODE_MODEL in {'ollama/qwen3:32b'}:
|
||||
|
@ -201,7 +201,7 @@ def create_aider_command(issue: str) -> list[str]:
|
|||
l.append('--model')
|
||||
l.append(CODE_MODEL)
|
||||
|
||||
if CODE_MODEL.startswith('ollama/'):
|
||||
if CODE_MODEL.startswith('ollama/') and False:
|
||||
l.append('--auto-lint')
|
||||
|
||||
if True:
|
||||
|
|
Loading…
Reference in New Issue
Block a user