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