From 0497fd3e2613172a75ee7b85c1a13b77765a2c13 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Mon, 9 Jun 2025 13:07:00 +0200 Subject: [PATCH] No default evaluator models --- aider_gitea/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider_gitea/__init__.py b/aider_gitea/__init__.py index ede50fc..9fe3f23 100644 --- a/aider_gitea/__init__.py +++ b/aider_gitea/__init__.py @@ -243,7 +243,7 @@ The lint command for this project is: {lint_command} """ CODE_MODEL = None -EVALUATOR_MODEL = 'ollama/gemma3:27b' +EVALUATOR_MODEL = None MODEL_EDIT_MODES = { 'ollama/qwen3:32b': 'diff',