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
This commit is contained in:
Kevin Montoya
2025-05-01 21:43:48 -07:00
committed by GitHub
parent d7632ca56e
commit 38d1691e20
+2
View File
@@ -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
```
</TabItem>
<TabItem value="openai+azure" label="OpenAI + Azure">