No default evaluator models
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 23s

This commit is contained in:
Jon Michael Aanes 2025-06-09 13:07:00 +02:00
parent ea9b55e4c3
commit 0497fd3e26

View File

@ -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',