diff --git a/docs/source/troubleshooting.md b/docs/source/troubleshooting.md index 9bf3b597..75872843 100644 --- a/docs/source/troubleshooting.md +++ b/docs/source/troubleshooting.md @@ -25,4 +25,4 @@ If you encounter any issues: - **Environment Variables**: Double-check that your `NVIDIA_API_KEY` is correctly set. -- **[429] Too Many Requests**: This error might arise during executing workflows that involve LLM calls because of rate limiting on the LLM models. It is recommended to pause briefly and then attempt the operation again a few times. +- **[429] Too Many Requests**: This error might arise during executing workflows that involve LLM calls because of rate limiting on the LLM models. It is recommended to pause briefly and then attempt the operation again a few times. For warm fix set the `retry_parsing_errors: false` in `config.yaml` for the `react_agent`. Usually happens that the `react_agent` exhausts the available LLM rate with entire error stack trace.