We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2025-03-23 17:22:16.411 | INFO | app.agent.base:run:140 - Executing step 18/20 2025-03-23 17:22:18.790 | ERROR | app.llm:ask_tool:762 - OpenAI API error: Error code: 429 - [{'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}] 2025-03-23 17:22:18.790 | ERROR | app.llm:ask_tool:766 - Rate limit exceeded. Consider increasing retry attempts. 2025-03-23 17:22:22.315 | ERROR | app.llm:ask_tool:762 - OpenAI API error: Error code: 429 - [{'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}] 2025-03-23 17:22:22.316 | ERROR | app.llm:ask_tool:766 - Rate limit exceeded. Consider increasing retry attempts. 2025-03-23 17:22:26.394 | ERROR | app.llm:ask_tool:762 - OpenAI API error: Error code: 429 - [{'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}] 2025-03-23 17:22:26.394 | ERROR | app.llm:ask_tool:766 - Rate limit exceeded. Consider increasing retry attempts.
add wait time between requests of atleast 1 minute
pip install -r requirements.txt
pip install -e .
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
2025-03-23 17:22:16.411 | INFO | app.agent.base:run:140 - Executing step 18/20
2025-03-23 17:22:18.790 | ERROR | app.llm:ask_tool:762 - OpenAI API error: Error code: 429 - [{'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}]
2025-03-23 17:22:18.790 | ERROR | app.llm:ask_tool:766 - Rate limit exceeded. Consider increasing retry attempts.
2025-03-23 17:22:22.315 | ERROR | app.llm:ask_tool:762 - OpenAI API error: Error code: 429 - [{'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}]
2025-03-23 17:22:22.316 | ERROR | app.llm:ask_tool:766 - Rate limit exceeded. Consider increasing retry attempts.
2025-03-23 17:22:26.394 | ERROR | app.llm:ask_tool:762 - OpenAI API error: Error code: 429 - [{'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}]
2025-03-23 17:22:26.394 | ERROR | app.llm:ask_tool:766 - Rate limit exceeded. Consider increasing retry attempts.
Bug solved method
add wait time between requests of atleast 1 minute
Environment information
pip install -r requirements.txt
orpip install -e .
):Extra information
No response
The text was updated successfully, but these errors were encountered: