forked from phoenix/litellm-mirror
test_team_logging
This commit is contained in:
parent
f77bd9a99c
commit
e0921da38c
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ async def config_update(session):
|
|||
"success_callback": ["langfuse"],
|
||||
},
|
||||
"environment_variables": {
|
||||
"LANGFUSE_HOST": os.environ["LANGFUSE_HOST"],
|
||||
"LANGFUSE_PUBLIC_KEY": os.environ["LANGFUSE_PUBLIC_KEY"],
|
||||
"LANGFUSE_SECRET_KEY": os.environ["LANGFUSE_SECRET_KEY"],
|
||||
},
|
||||
|
@ -98,6 +99,7 @@ async def test_team_logging():
|
|||
import langfuse
|
||||
|
||||
langfuse_client = langfuse.Langfuse(
|
||||
host=os.getenv("LANGFUSE_HOST"),
|
||||
public_key=os.getenv("LANGFUSE_PUBLIC_KEY"),
|
||||
secret_key=os.getenv("LANGFUSE_SECRET_KEY"),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue