- Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Milestone
Description
Required prerequisites
- I have read the documentation https://camel-ai.github.io/camel/camel.html.
- I have searched the Issue Tracker and Discussions that this hasn't already been reported. (+1 or comment there if it has.)
- Consider asking first in a Discussion.
What version of camel are you using?
0.2.90
System information
latest version.
Problem description
https://github.com/camel-ai/camel/blob/master/camel/agents/chat_agent.py#L3495
It can only catch the RateLimitError of OpenAI API. This only applies for OpenAI models and OpenAI compatible models. For anthropic models, the error will be thrown out.
Reproducible example code
The Python snippets:
Command lines:
Extra dependencies:
Steps to reproduce:
Traceback
Expected behavior
No response
Additional context
No response
Reactions are currently unavailable