From 2bd0b08dc411ed973d7bf3d4c6d7b8db0f1d8b7c Mon Sep 17 00:00:00 2001 From: ariannevjestic Date: Fri, 7 Jun 2024 12:09:11 +0800 Subject: [PATCH] fixing up table format in readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ec8f439..6205a6f 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,7 @@ The following environment variables need to exist. How you feed them in is up to | Name | Value | | -------- | -------- | -| AI-SENTRY-ENDPOINT-CONFIG | Example JSON value is located [here](/content/documentation/ai-sentry-config.json). This is used to map openai endpoints / deployments - so that when we are load balancing we are hitting group of same openAI models from the pool. You can leverage the following [script](scripts/create-escaped-json.ps1) to help you generate JSON escaped string of this JSON. -| +| AI-SENTRY-ENDPOINT-CONFIG | Example JSON value is located [here](/content/documentation/ai-sentry-config.json). This is used to map openai endpoints / deployments - so that when we are load balancing we are hitting group of same openAI models from the pool. You can leverage the following [script](scripts/create-escaped-json.ps1) to help you generate JSON escaped string of this JSON.| |AI-SENTRY-LANGUAGE-KEY| your Congnitive Services General API Key| |AI-SENTRY-LANGUAGE-ENDPOINT| your language text anlaytics or general service endpoint url|