diff --git a/app/constant.ts b/app/constant.ts index 7c49e979d..b0e169b13 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 `chat/completions`; + return `{ExampleEndpoint}/chat/completions`; }, // https://.openai.azure.com/openai/deployments//images/generations?api-version= ImagePath: (deployName: string, apiVersion: string) =>