From c0d6dba9ff1bb07d879605df2bc21dc036f11be2 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 28 Jun 2024 17:29:11 -0700 Subject: [PATCH] pass through langfuse "/api/public/ingestion" --- litellm/proxy/proxy_config.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml index 04f12a8440..40e0386f45 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -20,8 +20,6 @@ model_list: general_settings: master_key: sk-1234 - alerting: ["slack", "email"] - public_routes: ["LiteLLMRoutes.public_routes", "/spend/calculate"] pass_through_endpoints: - path: "/v1/rerank" target: "https://api.cohere.com/v1/rerank" @@ -29,7 +27,11 @@ general_settings: Authorization: "bearer os.environ/COHERE_API_KEY" content-type: application/json accept: application/json - + - path: "/api/public/ingestion" + target: "https://us.cloud.langfuse.com/api/public/ingestion" + headers: + LANGFUSE_PUBLIC_KEY: "os.environ/LANGFUSE_DEV_PUBLIC_KEY" + LANGFUSE_SECRET_KEY: "os.environ/LANGFUSE_DEV_SK_KEY" litellm_settings: success_callback: ["prometheus"]