mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
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"]
|
failure_callback: ["langfuse"]
|
||||||
langfuse_public_key: os.environ/LANGFUSE_PROJECT2_PUBLIC # Project 2
|
langfuse_public_key: os.environ/LANGFUSE_PROJECT2_PUBLIC # Project 2
|
||||||
langfuse_secret: os.environ/LANGFUSE_PROJECT2_SECRET # Project 2
|
langfuse_secret: os.environ/LANGFUSE_PROJECT2_SECRET # Project 2
|
||||||
|
langfuse_host: https://us.cloud.langfuse.com
|
||||||
|
|
||||||
router_settings:
|
router_settings:
|
||||||
routing_strategy: usage-based-routing-v2
|
routing_strategy: usage-based-routing-v2
|
||||||
|
|
|
@ -144,6 +144,7 @@ async def test_team_2logging():
|
||||||
langfuse_client = langfuse.Langfuse(
|
langfuse_client = langfuse.Langfuse(
|
||||||
public_key=os.getenv("LANGFUSE_PROJECT2_PUBLIC"),
|
public_key=os.getenv("LANGFUSE_PROJECT2_PUBLIC"),
|
||||||
secret_key=os.getenv("LANGFUSE_PROJECT2_SECRET"),
|
secret_key=os.getenv("LANGFUSE_PROJECT2_SECRET"),
|
||||||
|
host="https://us.cloud.langfuse.com",
|
||||||
)
|
)
|
||||||
|
|
||||||
await asyncio.sleep(10)
|
await asyncio.sleep(10)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue