mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
fix: Add missing timeout parameter to test assertion
This commit is contained in:
parent
44171417e3
commit
f9fd4c71f1
1 changed files with 1 additions and 0 deletions
|
@ -474,6 +474,7 @@ And this text should remain"""
|
||||||
messages=messages,
|
messages=messages,
|
||||||
stream=False,
|
stream=False,
|
||||||
temperature=0.7,
|
temperature=0.7,
|
||||||
|
timeout=600,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue