From ab60d7c8fb127493456e1ae5eb56c0bdc6c24896 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 5 Apr 2024 09:24:27 -0700 Subject: [PATCH] docs azure ai command-r plust --- docs/my-website/docs/providers/azure_ai.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/providers/azure_ai.md b/docs/my-website/docs/providers/azure_ai.md index 2ddb5137bd5..fbdc8ee1c98 100644 --- a/docs/my-website/docs/providers/azure_ai.md +++ b/docs/my-website/docs/providers/azure_ai.md @@ -6,8 +6,8 @@ The `azure/` prefix sends this to Azure ```python import litellm response = litellm.completion( - model="azure/", - api_base="https://Cohere-command-r-plus-gylpd-serverless.eastus2.inference.ai.azure.com/v1/" + model="azure/command-r-plus", + api_base="/v1/" api_key="eskk******" messages=[{"role": "user", "content": "What is the meaning of life?"}], )