Skip to content

Commit bb8d26d

Browse files
authored
Update prompt-flow-troubleshoot.md
1 parent fb6dd21 commit bb8d26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/how-to/prompt-flow-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ You might encounter a 429 error from Azure OpenAI. This error means that you rea
6767

6868
If you see the message `request canceled` in the logs, it might be because the OpenAI API call is taking too long and exceeding the time-out limit.
6969

70-
A network issue or a complex request that requires more processing time might cause the OpenAI time out. For more information, see [OpenAI API time out](https://help.openai.com/en/articles/6897186-timeout).
71-
70+
A network issue or a complex request that requires more processing time might cause the OpenAI time out.
71+
7272
Wait a few seconds and retry your request. This action usually resolves any network issues.
7373

7474
If retrying doesn't work, check whether you're using a long context model, such as `gpt-4-32k`, and set a large value for `max_tokens`. If so, the behavior is expected because your prompt might generate a long response that takes longer than the interactive mode's upper threshold. In this situation, we recommend that you try `Bulk test` because this mode doesn't have a time-out setting.

0 commit comments

Comments
 (0)