mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-20 08:23:47 +00:00
test_langfuse_logging_audio_transcriptions
This commit is contained in:
@@ -269,6 +269,9 @@ audio_file = open(file_path, "rb")
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.flaky(retries=4, delay=2)
|
||||
@pytest.mark.skip(
|
||||
reason="langfuse now takes 5-10 mins to get this trace. Need to figure out how to test this"
|
||||
)
|
||||
async def test_langfuse_logging_audio_transcriptions(langfuse_client):
|
||||
"""
|
||||
Test that creates a trace with masked input and output
|
||||
|
||||
Reference in New Issue
Block a user