From 7a07f2e305e6decdb2117aa581e9c6d85c37a207 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 20 Mar 2025 21:36:28 -0700 Subject: [PATCH] litellm MCP example --- docs/my-website/docs/mcp.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/my-website/docs/mcp.md b/docs/my-website/docs/mcp.md index 3458686c9e..176ccb504a 100644 --- a/docs/my-website/docs/mcp.md +++ b/docs/my-website/docs/mcp.md @@ -27,12 +27,10 @@ When MCP clients connect to LiteLLM they can follow this workflow: ```yaml model_list: - - model_name: gpt-3.5-turbo-end-user-test + - model_name: gpt-4o litellm_params: - model: azure/chatgpt-v-2 - api_base: https://openai-gpt-4-test-v-1.openai.azure.com/ - api_version: "2023-05-15" - api_key: os.environ/AZURE_API_KEY + model: openai/gpt-4o + api_key: sk-xxxxxxx