mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fixing optional param mapping
This commit is contained in:
parent
7cec308a2c
commit
8b60d797e1
6 changed files with 32 additions and 21 deletions
|
@ -19,10 +19,8 @@ async def test_get_response():
|
|||
response = await acompletion(model="gpt-3.5-turbo", messages=messages)
|
||||
except Exception as e:
|
||||
pass
|
||||
return response
|
||||
|
||||
|
||||
# response = asyncio.run(test_get_response())
|
||||
response = asyncio.run(test_get_response())
|
||||
# print(response)
|
||||
|
||||
@pytest.mark.asyncio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue