(test) langfuse logging

This commit is contained in:
ishaan-jaff 2023-12-27 17:50:05 +05:30
parent c1a8e30b01
commit d7646669f2

View file

@ -114,7 +114,7 @@ def test_langfuse_logging_async():
timeout=5,
user="test_user",
)
asyncio.sleep(1)
await asyncio.sleep(1)
return response
response = asyncio.run(_test_langfuse())