mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
pass through langfuse "/api/public/ingestion"
This commit is contained in:
parent
a7cb2ed21f
commit
c0d6dba9ff
1 changed files with 5 additions and 3 deletions
|
@ -20,8 +20,6 @@ model_list:
|
||||||
|
|
||||||
general_settings:
|
general_settings:
|
||||||
master_key: sk-1234
|
master_key: sk-1234
|
||||||
alerting: ["slack", "email"]
|
|
||||||
public_routes: ["LiteLLMRoutes.public_routes", "/spend/calculate"]
|
|
||||||
pass_through_endpoints:
|
pass_through_endpoints:
|
||||||
- path: "/v1/rerank"
|
- path: "/v1/rerank"
|
||||||
target: "https://api.cohere.com/v1/rerank"
|
target: "https://api.cohere.com/v1/rerank"
|
||||||
|
@ -29,7 +27,11 @@ general_settings:
|
||||||
Authorization: "bearer os.environ/COHERE_API_KEY"
|
Authorization: "bearer os.environ/COHERE_API_KEY"
|
||||||
content-type: application/json
|
content-type: application/json
|
||||||
accept: 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:
|
litellm_settings:
|
||||||
success_callback: ["prometheus"]
|
success_callback: ["prometheus"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue