mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
* add categories for spend tracking improvements * xai reasoning usage * docs tag management * docs tag based routing * [Beta] Routing based * docs tag based routing * docs tag routing * docs enterprise web search
24 lines
No EOL
728 B
YAML
24 lines
No EOL
728 B
YAML
model_list:
|
|
- model_name: fake-openai-endpoint
|
|
litellm_params:
|
|
model: openai/fake
|
|
api_key: fake-key
|
|
api_base: https://exampleopenaiendpoint-production.up.railway.app/
|
|
- model_name: openai/gpt-4o
|
|
litellm_params:
|
|
model: openai/gpt-4o
|
|
api_key: fake-key
|
|
|
|
litellm_settings:
|
|
default_team_settings:
|
|
- team_id: test_dev
|
|
success_callback: ["langfuse", "s3"]
|
|
langfuse_secret: secret-test-key
|
|
langfuse_public_key: public-test-key
|
|
- team_id: my_workflows
|
|
success_callback: ["langfuse", "s3"]
|
|
langfuse_secret: secret-workflows-key
|
|
langfuse_public_key: public-workflows-key
|
|
|
|
router_settings:
|
|
enable_tag_filtering: True # 👈 Key Change |