From 9a7d454a4cb54978748dbab6ca1f107c4eb42143 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 17 Apr 2023 21:19:57 +0800 Subject: [PATCH] Minor README.md improvement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ecf313..97e6f83 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To successfully make a call against Azure OpenAI, you'll need the following: **Format:** -`AZURE_OPENAI_MODEL_MAPPER`: \= \ +`AZURE_OPENAI_MODEL_MAPPER`: \=\ OpenAI Model Names: https://platform.openai.com/docs/models @@ -37,7 +37,7 @@ Azure Deployment Names: **Resource Management** > **Deployments** **Example:** -````shell +````yaml AZURE_OPENAI_MODEL_MAPPER: gpt-3.5-turbo=azure-gpt-35 ````