From 1618434aa95ce7404298d54b38a927bb9bed61d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Mon, 24 Mar 2025 19:47:13 +0100 Subject: [PATCH] Fix error in example path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Mayoral Vilches --- examples/model_providers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/model_providers/README.md b/examples/model_providers/README.md index bb478367..e5fd2dac 100644 --- a/examples/model_providers/README.md +++ b/examples/model_providers/README.md @@ -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