diff --git a/aider_gitea/__init__.py b/aider_gitea/__init__.py index ea79dce..174ebed 100644 --- a/aider_gitea/__init__.py +++ b/aider_gitea/__init__.py @@ -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: