From 38d1691e2061adeefe0930df964fb923065fc4e0 Mon Sep 17 00:00:00 2001 From: Kevin Montoya <80984024+kmontocam@users.noreply.github.com> Date: Thu, 1 May 2025 22:43:48 -0600 Subject: [PATCH] docs(realtime): yaml config example for realtime model (#10489) documentation includes outdated example of configuration of realtime model that does not comply with current healthcheck: https://github.com/BerriAI/litellm/pull/7453. Provide proper model info mode in example --- docs/my-website/docs/realtime.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/my-website/docs/realtime.md b/docs/my-website/docs/realtime.md index 4611c8fdcd..7a6143dd02 100644 --- a/docs/my-website/docs/realtime.md +++ b/docs/my-website/docs/realtime.md @@ -19,6 +19,8 @@ model_list: litellm_params: model: openai/gpt-4o-realtime-preview-2024-10-01 api_key: os.environ/OPENAI_API_KEY + model_info: + mode: realtime ```