diff --git a/config/config.yaml b/config/config.yaml index cd73c44..63163db 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -1,5 +1,5 @@ include: - - litellm/model_config.yaml - - litellm/litellm_settings.yaml - - litellm/router_settings.yaml - - litellm/general_settings.yaml + - model_config.yaml + - litellm_settings.yaml + - router_settings.yaml + - general_settings.yaml