From 070db16f87a42b6c1c26df7641fef37b1c57b252 Mon Sep 17 00:00:00 2001 From: BenjaminLevy <67241803+BenjaminLevy@users.noreply.github.com> Date: Mon, 17 Nov 2025 20:09:44 -0800 Subject: [PATCH] this yaml actually works (#16757) --- docs/my-website/docs/proxy/prometheus.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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