forked from phoenix/litellm-mirror
fix test_team_2logging langfuse
This commit is contained in:
parent
dd724990f3
commit
e2397c3b83
2 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,7 @@ litellm_settings:
|
|||
failure_callback: ["langfuse"]
|
||||
langfuse_public_key: os.environ/LANGFUSE_PROJECT2_PUBLIC # Project 2
|
||||
langfuse_secret: os.environ/LANGFUSE_PROJECT2_SECRET # Project 2
|
||||
langfuse_host: https://us.cloud.langfuse.com
|
||||
|
||||
router_settings:
|
||||
routing_strategy: usage-based-routing-v2
|
||||
|
|
|
@ -144,6 +144,7 @@ async def test_team_2logging():
|
|||
langfuse_client = langfuse.Langfuse(
|
||||
public_key=os.getenv("LANGFUSE_PROJECT2_PUBLIC"),
|
||||
secret_key=os.getenv("LANGFUSE_PROJECT2_SECRET"),
|
||||
host="https://us.cloud.langfuse.com",
|
||||
)
|
||||
|
||||
await asyncio.sleep(10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue