mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
test: fix test
This commit is contained in:
parent
01aa536716
commit
41b0404ae1
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ async def test_chat_completion_with_timeout():
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
response, headers = await chat_completion(
|
response, headers = await chat_completion(
|
||||||
session=session,
|
session=session,
|
||||||
key="sk-PIp1h0RekR",
|
key="sk-1234",
|
||||||
model=model,
|
model=model,
|
||||||
messages=messages,
|
messages=messages,
|
||||||
num_retries=0,
|
num_retries=0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue