Fix error in example path

Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Víctor Mayoral Vilches 2025-03-24 19:47:13 +01:00
parent 8718a93155
commit 1618434aa9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ LiteLLM integration helps out switch between models easily and rapidly. This is
litellm --config examples/model_providers/litellm_config.yaml
# then use the proxy via the SDK
python3 examples/agent_patterns/litellm.py
python3 examples/model_providers/litellm.py
```
### Testing the proxy server