From 8b35ea9cad676cce9c4a8ec3ba1a401143574fac Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Mon, 21 Apr 2025 14:40:54 +0200 Subject: [PATCH] Fix --- 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 8f1b69f..44554dd 100644 --- a/aider_gitea/__init__.py +++ b/aider_gitea/__init__.py @@ -154,7 +154,7 @@ LLM_MESSAGE_FORMAT = ( ) # CODE_MODEL = 'ollama/gemma3:4b' -CODE_MODEL = 'o3' +CODE_MODEL = 'o4-mini' EVALUATOR_MODEL = 'ollama/gemma3:27b'