Dynamic Project Management in LangFuse #4945
Replies: 1 comment 1 reply
-
|
Thanks for sharing.
It seems like being able to pass langfuse credentials via the request headers could solve this. This would be a feature request for the litellm proxy.
Langfuse needs a private/secret key combination to authenticate. There are plans to change this but no ETA on this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My use case is simple, I have two projects running, I'm using LiteLLM proxy and a simple chat completion AI app, LiteLLM is responsible for tracking on Langfuse. I want to implement dynamic project based tracking not specifying langfuse project keys in env/config file but rather some way dynamically.
I want that based on keys provided automatically the reflections should be shown to that project on langfuse as there will be mutliple projects/organization. I also do not want to use team logging in litellm because that again allows specifying projects.
Any help to this regard will really help, a way for dynamic project management based on API or in LiteLLM config.
Another issue is that right now we have to create secret key and public key as well is there a way we can generate only one project key for usage?
Litellm Config file
@marcklingen
Beta Was this translation helpful? Give feedback.
All reactions