From 5d2e003a3961b5f5068e1c17b4bf844123846e90 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Mon, 14 Apr 2025 16:00:05 +0200 Subject: [PATCH] Cache prompts --- aider_gitea/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/aider_gitea/__init__.py b/aider_gitea/__init__.py index 9d25f64..04caf41 100644 --- a/aider_gitea/__init__.py +++ b/aider_gitea/__init__.py @@ -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',