From d779b7b1d7a258d82291b79b896ae0dfb984ed69 Mon Sep 17 00:00:00 2001 From: Richard C Lim <61879224+richardclim@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:56:53 -0500 Subject: [PATCH] Update constant.ts --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index b0e169b13..5e7a53d3c 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -175,7 +175,7 @@ export const OpenaiPath = { export const Azure = { ChatPath: (deployName: string, apiVersion: string) => { - return `{ExampleEndpoint}/chat/completions`; + return `${ExampleEndpoint}/chat/completions`; }, // https://.openai.azure.com/openai/deployments//images/generations?api-version= ImagePath: (deployName: string, apiVersion: string) =>