Cache prompts
This commit is contained in:
parent
7c5e4ead6c
commit
5d2e003a39
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user