mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
test(test_sagemaker.py): fix test
This commit is contained in:
parent
6592de3ef9
commit
fd20fbf4fc
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ async def test_completion_sagemaker_prompt_template_non_stream():
|
||||||
],
|
],
|
||||||
temperature=0.2,
|
temperature=0.2,
|
||||||
max_tokens=80,
|
max_tokens=80,
|
||||||
hf_model_name="mistralai/Mistral-7B-Instruct-v0.1",
|
hf_model_name="deepseek-ai/deepseek-coder-6.7b-instruct",
|
||||||
)
|
)
|
||||||
|
|
||||||
# Print what was called on the mock
|
# Print what was called on the mock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue