Cache prompts
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s

This commit is contained in:
Jon Michael Aanes 2025-04-14 16:00:05 +02:00
parent 7c5e4ead6c
commit 5d2e003a39

View File

@ -135,10 +135,12 @@ MODEL = 'ollama_chat/gemma3:27b'
def create_aider_command(issue: str) -> list[str]:
return [
'aider',
'--model',
MODEL,
'--chat-language',
'english',
'--cache-prompts'
'--no-stream'
'--model',
MODEL,
'--test-cmd',
AIDER_TEST,
'--lint-cmd',