mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
exact
Signed-off-by: Adrian Cole <adrian.cole@elastic.co>
This commit is contained in:
parent
6e44a91960
commit
519a63ce78
1 changed files with 1 additions and 2 deletions
|
@ -1453,8 +1453,7 @@ async def test_openai_env_on_router(monkeypatch, env_base):
|
|||
}
|
||||
],
|
||||
)
|
||||
print(response)
|
||||
assert len(response.choices[0].message.content) > 0
|
||||
assert response.choices[0].message.content == "hello back at ya!"
|
||||
|
||||
|
||||
def test_openai_completion_on_router():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue