mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(test) hf text completion
This commit is contained in:
parent
6aa2f4bc1d
commit
426c741b40
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ def test_completion_hf_prompt_array():
|
|||
prompt=token_prompt, # token prompt is a 2d list,
|
||||
max_tokens=0,
|
||||
temperature=0.0,
|
||||
echo=True,
|
||||
# echo=True, # hugging face inference api is currently raising errors for this, looks like they have a regression on their side
|
||||
)
|
||||
print("\n\n response")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue