mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(chore) ci/cd testing
This commit is contained in:
parent
f061c775d0
commit
5990d046c4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def test_model_alias_map():
|
|||
messages=[{"role": "user", "content": "Hey, how's it going?"}],
|
||||
top_p=0.1,
|
||||
temperature=0.01,
|
||||
max_tokens=60,
|
||||
max_tokens=10,
|
||||
)
|
||||
print(response.model)
|
||||
assert "Llama-2-7b-chat-hf" in response.model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue