This commit is contained in:
Jon Michael Aanes 2025-04-21 14:40:54 +02:00
parent 948ab5a382
commit 8b35ea9cad

View File

@ -154,7 +154,7 @@ LLM_MESSAGE_FORMAT = (
) )
# CODE_MODEL = 'ollama/gemma3:4b' # CODE_MODEL = 'ollama/gemma3:4b'
CODE_MODEL = 'o3' CODE_MODEL = 'o4-mini'
EVALUATOR_MODEL = 'ollama/gemma3:27b' EVALUATOR_MODEL = 'ollama/gemma3:27b'