Closed langgg0511 closed 1 month ago
What version is this on? @langgg0511
@krrishdholakia v1.48.1
Hi @langgg0511 i just ran this on latest, and i can't repro this.
Here's a video of me creating 2 keys for different teams, and it working as expected - https://drive.google.com/file/d/1FtEZl7op2wMjkYX-zYH-m6ro2zfbxO__/view?usp=sharing.
while the second team has no records of writing to Langfuse
This was an issue we resolved a few versions ago. It had to do with the langfuse client not being re-initialized.
If you're running a fork, check this line - https://github.com/BerriAI/litellm/blob/9fb1ee229464e486ebb3befdbb512b823e90f315/litellm/litellm_core_utils/litellm_logging.py#L1010
To confirm the langfuse credentials are being passed.
They are set here - https://github.com/BerriAI/litellm/blob/9fb1ee229464e486ebb3befdbb512b823e90f315/litellm/proxy/litellm_pre_call_utils.py#L359
You can also confirm the value of data
passed contains {'success_callback': ['langfuse'], 'langfuse_public_key': 'pk-lf-..
closing as unable to repro
What happened?
The first team can write to Langfuse, while the second team has no records of writing to Langfuse.
Relevant log output
No response
Twitter / LinkedIn details
No response