Update README.md

This commit is contained in:
Krish Dholakia 2023-10-26 16:22:41 -07:00 committed by GitHub
parent 5230a683e0
commit 89c94cf14f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ $ uvicorn main:app --host 0.0.0.0 --port 8000
```
### Custom Config
1. Create + Modify router_config.yaml (save your azure/openai/etc. deployment info)
1. Create + Modify [router_config.yaml](https://github.com/BerriAI/litellm/blob/main/router_config_template.yaml) (save your azure/openai/etc. deployment info)
```shell
cp ./router_config_template.yaml ./router_config.yaml
```