mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix langfuse logging metadata
This commit is contained in:
parent
2b3414c667
commit
d3371fc81d
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ async def test_langfuse_logging_metadata(langfuse_client):
|
||||||
metadata["existing_trace_id"] = trace_id
|
metadata["existing_trace_id"] = trace_id
|
||||||
|
|
||||||
langfuse_client.flush()
|
langfuse_client.flush()
|
||||||
await asyncio.sleep(2)
|
await asyncio.sleep(10)
|
||||||
|
|
||||||
# Tests the metadata filtering and the override of the output to be the last generation
|
# Tests the metadata filtering and the override of the output to be the last generation
|
||||||
for trace_id, generation_ids in trace_identifiers.items():
|
for trace_id, generation_ids in trace_identifiers.items():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue