mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +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()
|
||||
response, headers = await chat_completion(
|
||||
session=session,
|
||||
key="sk-PIp1h0RekR",
|
||||
key="sk-1234",
|
||||
model=model,
|
||||
messages=messages,
|
||||
num_retries=0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue