From 32cdcde88318b9301ba805639f8ebedd0f0afc87 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sun, 11 May 2025 10:43:23 +0200 Subject: [PATCH] Messing around --- aider_gitea/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: