mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
16 lines
433 B
YAML
16 lines
433 B
YAML
model_list:
|
|
- model_name: "*"
|
|
litellm_params:
|
|
model: litellm_proxy/*
|
|
api_base: os.environ/UPSTREAM_LITELLM_BASE_URL
|
|
model_info:
|
|
supports_function_calling: true
|
|
litellm_settings:
|
|
callbacks:
|
|
- hooks.forward_credential
|
|
drop_params: true
|
|
turn_off_message_logging: true
|
|
sse_keepalive_ping_interval_seconds: 15
|
|
general_settings:
|
|
master_key: os.environ/LITELLM_MASTER_KEY
|
|
store_model_in_db: true
|