mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
(fix) linting errors
This commit is contained in:
parent
1df6dd986d
commit
592fc12710
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ def test_completion_hf_prompt_array():
|
|||
model="huggingface/mistralai/Mistral-7B-v0.1",
|
||||
prompt=token_prompt, # token prompt is a 2d list,
|
||||
max_tokens=0,
|
||||
temperature=0.0
|
||||
temperature=0.0,
|
||||
echo=True,
|
||||
)
|
||||
print("\n\n response")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue