forked from phoenix/litellm-mirror
test - also try diff host for langfuse
This commit is contained in:
parent
701c154e35
commit
a6220f7a40
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ async def test_aaateam_logging():
|
|||
langfuse_client = langfuse.Langfuse(
|
||||
public_key=os.getenv("LANGFUSE_PROJECT1_PUBLIC"),
|
||||
secret_key=os.getenv("LANGFUSE_PROJECT1_SECRET"),
|
||||
host="https://cloud.langfuse.com",
|
||||
host="https://us.cloud.langfuse.com",
|
||||
)
|
||||
|
||||
await asyncio.sleep(30)
|
||||
|
@ -178,7 +178,7 @@ async def test_team_2logging():
|
|||
langfuse_client_1 = langfuse.Langfuse(
|
||||
public_key=os.getenv("LANGFUSE_PROJECT1_PUBLIC"),
|
||||
secret_key=os.getenv("LANGFUSE_PROJECT1_SECRET"),
|
||||
host="https://cloud.langfuse.com",
|
||||
host="https://us.cloud.langfuse.com",
|
||||
)
|
||||
|
||||
generations_team_1 = langfuse_client_1.get_generations(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue