mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
docs on pass through support
This commit is contained in:
parent
ff0f21a1f3
commit
af1cd9e06f
1 changed files with 7 additions and 0 deletions
|
|
@ -59,6 +59,13 @@ model_list:
|
|||
rpm: 1440
|
||||
model_info:
|
||||
version: 2
|
||||
|
||||
# Use this if you want to make requests to `claude-3-haiku-20240307`,`claude-3-opus-20240229`,`claude-2.1` without defining them on the config.yaml
|
||||
# Default models
|
||||
# Works for ALL Providers and needs the default provider credentials in .env
|
||||
- model_name: "*"
|
||||
litellm_params:
|
||||
model: "*"
|
||||
|
||||
litellm_settings: # module level litellm settings - https://github.com/BerriAI/litellm/blob/main/litellm/__init__.py
|
||||
drop_params: True
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue