From 0b7fbb5157e4a39a23378e588117bd44ae922df9 Mon Sep 17 00:00:00 2001 From: Zhiqiang Li Date: Thu, 30 Mar 2023 11:20:41 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd05200..2736e37 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To successfully make a call against Azure OpenAI, you'll need the following: `AZURE_OPENAI_MODEL_MAPPER` is a mapping from Azure OpenAI deployed model names to official OpenAI model names. You can use commas to separate multiple mappings. -Format: +**Format:** `AZURE_OPENAI_MODEL_MAPPER`: \= \ @@ -23,7 +23,7 @@ OpenAI Model Names: https://platform.openai.com/docs/models Azure Deployment Names: **Resource Management** > **Deployments** -example: +**Example:** ````shell AZURE_OPENAI_MODEL_MAPPER: gpt-3.5-turbo=azure-gpt-35