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