mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 12:21:10 +00:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user