This commit is contained in:
Jon Michael Aanes 2025-04-14 23:38:41 +02:00
parent e5c6a3ce14
commit 37adc75181

View File

@ -137,9 +137,7 @@ def create_aider_command(issue: str) -> list[str]:
'aider', 'aider',
'--chat-language', '--chat-language',
'english', 'english',
'--cache-prompts' '--cache-prompts--no-stream--model',
'--no-stream'
'--model',
MODEL, MODEL,
'--test-cmd', '--test-cmd',
AIDER_TEST, AIDER_TEST,