This commit is contained in:
Jon Michael Aanes 2025-04-14 23:43:53 +02:00
parent 4245afd0d9
commit 9fb74ee51b

View File

@ -137,7 +137,7 @@ For code tasks:
""" """
# MODEL = 'ollama/gemma3:27b' # MODEL = 'ollama/gemma3:27b'
#MODEL = 'ollama_chat/gemma3:27b' # MODEL = 'ollama_chat/gemma3:27b'
def create_aider_command(issue: str) -> list[str]: def create_aider_command(issue: str) -> list[str]:
@ -148,7 +148,7 @@ def create_aider_command(issue: str) -> list[str]:
'--cache-prompts', '--cache-prompts',
'--no-stream', '--no-stream',
#'--model', #'--model',
#MODEL, # MODEL,
'--test-cmd', '--test-cmd',
AIDER_TEST, AIDER_TEST,
'--lint-cmd', '--lint-cmd',