From a3e47731855f606c2e8b67e45bbfc1c519f12d40 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 14 Sep 2023 09:35:53 -0700 Subject: [PATCH] docs --- docs/my-website/docs/tutorials/azure_openai.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/tutorials/azure_openai.md b/docs/my-website/docs/tutorials/azure_openai.md index f80544e27..c0b903a6e 100644 --- a/docs/my-website/docs/tutorials/azure_openai.md +++ b/docs/my-website/docs/tutorials/azure_openai.md @@ -1,7 +1,7 @@ # Use Completion() for OpenAI, Azure -* Supported OpenAI LLMs: https://docs.litellm.ai/docs/providers/openai -* Supported Azure OpenAI LLMs: https://docs.litellm.ai/docs/providers/azure +* [Supported OpenAI LLMs](https://docs.litellm.ai/docs/providers/openai) +* [Supported Azure OpenAI LLMs](https://docs.litellm.ai/docs/providers/azure) ## Basic Completion() ```python