From 8040433c35273c114c2770383fc4340b85578d3e Mon Sep 17 00:00:00 2001 From: Richard C Lim <61879224+richardclim@users.noreply.github.com> Date: Fri, 31 Jan 2025 02:49:05 -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 1ce0c3a3d..888ef38ec 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -175,7 +175,7 @@ export const OpenaiPath = { export const Azure = { ChatPath: (deployName: string, apiVersion: string) => - `chat/completions`, + ``, // https://.openai.azure.com/openai/deployments//images/generations?api-version= ImagePath: (deployName: string, apiVersion: string) => `deployments/${deployName}/images/generations?api-version=${apiVersion}`,