mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
(test) completion with many params
This commit is contained in:
parent
a6bea946b3
commit
41c6388185
1 changed files with 2 additions and 1 deletions
|
@ -455,7 +455,8 @@ def test_completion_openai_with_optional_params():
|
|||
temperature=0.5,
|
||||
top_p=0.1,
|
||||
seed=12,
|
||||
response_format={ "type": "json_object" }
|
||||
response_format={ "type": "json_object" },
|
||||
logit_bias=None,
|
||||
)
|
||||
# Add any assertions here to check the response
|
||||
print(response)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue