diff --git a/docs/my-website/docs/proxy/prometheus.md b/docs/my-website/docs/proxy/prometheus.md index 370a6540f9c..2dae463514a 100644 --- a/docs/my-website/docs/proxy/prometheus.md +++ b/docs/my-website/docs/proxy/prometheus.md @@ -14,11 +14,12 @@ If you're using the LiteLLM CLI with `litellm --config proxy_config.yaml` then y Add this to your proxy config.yaml ```yaml model_list: - - model_name: gpt-4o + - model_name: gpt-4o litellm_params: model: gpt-4o litellm_settings: - callbacks: ["prometheus"] + callbacks: + - prometheus ``` Start the proxy