MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.23k stars 21.39k forks source link

Prompt flow online endpoint maximum time-out #123307

Open glzbcrt opened 3 months ago

glzbcrt commented 3 months ago

The document below says that we can configure the connection time-out to up to 5 minutes (300,000 ms) for Prompt flows using online endpoint.

Upstream request timeout issue when consuming the endpoint

This information conflicts with the information provided in the following two articles, where the maximum time-out is 3 minutes (180,000 ms).

Please, clarify that for Prompt flow flows the maximum timeout is 5 minutes and link to the first article.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

TPavanBalaji commented 3 months ago

@glzbcrt Thanks for your feedback! We will investigate and update as appropriate.

AjayBathini-MSFT commented 3 months ago

@glzbcrt Thanks for your feedback! I've assigned this issue to the author who will investigate and update as appropriate.

likebupt commented 3 months ago

Hi @glzbcrt , Thanks for pointing out the issue and sorry for the confusion caused. The max timeout 300000ms only works for prompt flow deployment. You need to add the properties in your model specification as following screenshot. This is to indicate it's a deployment from prompt flow. image

We'll update the article as well.