mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Fix wrong model mentioned in simple proxy doc page
This commit is contained in:
parent
0a23af7990
commit
79569e4f2c
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ Set a model alias for your deployments.
|
|||
|
||||
In the `config.yaml` the model_name parameter is the user-facing name to use for your deployment.
|
||||
|
||||
In the config below requests with `model=gpt-4` will route to `ollama/zephyr`
|
||||
In the config below requests with `model=gpt-4` will route to `ollama/llama2`
|
||||
|
||||
```yaml
|
||||
model_list:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue