Milan Jose
Milan Jose
Ping @bvaughn
This works for me: ``` { basePath: "https://xxx.openai.azure.com/openai/deployments/xxx", baseOptions: { headers: { "api-key": env. AZURE_OPENAI_API_KEY }, params: { "api-version": "2023-03-15-preview", // https://oai.azure.com/portal/chat }, }, } ```
The same thing mentioned by `uhyo` happened in production for me. Some of the hung queries were around for over 6 hours. Had to kill the queries manually when the...