mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
fix: Update test_ollama_uses_existing_num_ctx to match actual call parameters
This commit is contained in:
parent
85399bd6e2
commit
3b16d6c291
1 changed files with 1 additions and 3 deletions
|
@ -254,10 +254,8 @@ class TestModels(unittest.TestCase):
|
||||||
model=model.name,
|
model=model.name,
|
||||||
messages=messages,
|
messages=messages,
|
||||||
stream=False,
|
stream=False,
|
||||||
temperature=ANY,
|
temperature=0,
|
||||||
num_ctx=4096,
|
num_ctx=4096,
|
||||||
tools=None,
|
|
||||||
tool_choice=None,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
@patch("aider.models.litellm.completion")
|
@patch("aider.models.litellm.completion")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue