You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I start the LiteLLM pod, the following issue occurs: Langfuse client is disabled since no public_key was provided as a parameter or environment variable 'LANGFUSE_PUBLIC_KEY'. See our docs: https://langfuse.com/docs/sdk/python/low-level-sdk#initialize-client
I ran a test by adding the required variable directly in the Deployment. However, LiteLLM did not switch configurations based on the team and only sent data using the variables defined in the Deployment, completely ignoring the ConfigMap.
Why is this error occurring if the variables are in the ConfigMap and there are two separate configurations depending on the team?
How can this issue be resolved?
The text was updated successfully, but these errors were encountered:
I use version ( Litellm v1.59.5 and Latest version of the Helm chart langfuse-0.12.1.tgz )
I'm following this tutorial to have two teams sending data to two different Langfuse instances: https://docs.litellm.ai/docs/proxy/team_logging
In the ConfigMap, I included the two variables related to Langfuse.
However, when I start the LiteLLM pod, the following issue occurs:
Langfuse client is disabled since no public_key was provided as a parameter or environment variable 'LANGFUSE_PUBLIC_KEY'. See our docs: https://langfuse.com/docs/sdk/python/low-level-sdk#initialize-client
I ran a test by adding the required variable directly in the Deployment. However, LiteLLM did not switch configurations based on the team and only sent data using the variables defined in the Deployment, completely ignoring the ConfigMap.
Why is this error occurring if the variables are in the ConfigMap and there are two separate configurations depending on the team?
How can this issue be resolved?
The text was updated successfully, but these errors were encountered: