Skip to content

Commit fb6dd21

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ You might encounter a 429 error from Azure OpenAI. This error means that you rea
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)