Skip to content

Commit c8931ba

Browse files
Merge pull request #5631 from sdgilley/patch-9
Update prompt-flow-troubleshoot.md
2 parents b6aad4c + bb8d26d commit c8931ba

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,12 @@ 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.
7575

76-
1. If you can't find anything in logs to indicate that it's a specific node issue:
77-
78-
- Contact the prompt flow team ([promptflow-eng](mailto:[email protected])) with the logs. We try to identify the root cause.
79-
8076
## Compute session failures that use a custom base image: Flow deployment-related issues
8177

8278
### How do I resolve an upstream request time-out issue?

0 commit comments

Comments
 (0)