Signed-off-by: Adrian Cole <adrian.cole@elastic.co>
This commit is contained in:
Adrian Cole 2025-04-15 08:02:26 +08:00
parent 6e44a91960
commit 519a63ce78

View file

@ -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():