mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
(test) metadata test in litellm.completion
This commit is contained in:
parent
6baaf629e5
commit
565d51a4b4
1 changed files with 2 additions and 1 deletions
|
@ -410,7 +410,8 @@ def test_completion_openai():
|
|||
model="gpt-3.5-turbo",
|
||||
messages=messages,
|
||||
max_tokens=10,
|
||||
request_timeout=0.1
|
||||
request_timeout=1,
|
||||
metadata = {"hi": "bye"}
|
||||
)
|
||||
print("This is the response object\n", response)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue