mirror of
https://github.com/Aider-AI/aider
synced 2026-05-05 06:32:04 +02:00
fix: Update test_ollama_uses_existing_num_ctx to match actual call parameters
This commit is contained in:
@@ -254,10 +254,8 @@ class TestModels(unittest.TestCase):
|
||||
model=model.name,
|
||||
messages=messages,
|
||||
stream=False,
|
||||
temperature=ANY,
|
||||
temperature=0,
|
||||
num_ctx=4096,
|
||||
tools=None,
|
||||
tool_choice=None,
|
||||
)
|
||||
|
||||
@patch("aider.models.litellm.completion")
|
||||
|
||||
Reference in New Issue
Block a user