Skip to content

Commit 74d93fa

Browse files
authored
Update prompt-flow-troubleshoot.md
1 parent 44e366b commit 74d93fa

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
@@ -39,9 +39,9 @@ The **Trace** section includes each request and response to the LLM tool. You ca
3939

4040
:::image type="content" source="../media/prompt-flow/trace-large-language-model-tool.png" alt-text="Screenshot that shows a raw request send to LLM model and the response from the LLM model." lightbox = "../media/prompt-flow/trace-large-language-model-tool.png":::
4141

42-
### How do I fix a 409 error from Azure OpenAI?
42+
### How do I fix a 429 error from Azure OpenAI?
4343

44-
You might encounter a 409 error from Azure OpenAI. This error means that you reached the rate limit of Azure OpenAI. You can check the error message in the output section of the LLM node. To learn more about the rate limit, see [Azure OpenAI rate limit](../../ai-services/openai/quotas-limits.md).
44+
You might encounter a 429 error from Azure OpenAI. This error means that you reached the rate limit of Azure OpenAI. You can check the error message in the output section of the LLM node. To learn more about the rate limit, see [Azure OpenAI rate limit](../../ai-services/openai/quotas-limits.md).
4545

4646
:::image type="content" source="../media/prompt-flow/429-rate-limit.png" alt-text="Screenshot that shows a 429 rate limit error from Azure OpenAI." lightbox = "../media/prompt-flow/429-rate-limit.png":::
4747

0 commit comments

Comments
 (0)