forked from phoenix/litellm-mirror
update model alias map
This commit is contained in:
parent
ff7b4ffcf1
commit
e223fbbb9e
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ litellm.set_verbose = True
|
|||
|
||||
# Test: Check if the alias created via LiteDebugger is mapped correctly
|
||||
{"top_p": 0.75, "prompt": "What's the meaning of life?", "num_beams": 4, "temperature": 0.1}
|
||||
print(completion("llama-7b", messages=[{"role": "user", "content": "Hey, how's it going?"}], top_p=0.1, temperature=0, num_beams=4, max_tokens=60))
|
||||
print(completion("llama2", messages=[{"role": "user", "content": "Hey, how's it going?"}], top_p=0.1, temperature=0, num_beams=4, max_tokens=60))
|
Loading…
Add table
Add a link
Reference in a new issue