test_aiohttp_openai

This commit is contained in:
Ishaan Jaff 2025-01-03 15:12:56 -08:00
parent 02875d4ae8
commit 23104d9a14
2 changed files with 2 additions and 3 deletions

View file

@ -21,4 +21,3 @@ async def test_aiohttp_openai():
api_key="fake-key",
)
print(response)
print(response.model_dump_json(indent=4))