Unable to run L2, L3, L4 or L5 notebooks

Hi Joao Moura,
Even in the course container I am unable to run any of these notebooks to even see the outputs, as I keep getting this error →

RateLimitError: litellm.RateLimitError: RateLimitError: GroqException - Error code: 429 - {'error': {'message': 'exceeded quota for this month'}}

What do you suggest?

Thanks,
Pankaja

Try a different email id for this course. Each id is assigned a quota limit for month cycle. So in case you want to use same id, you need to try next month or try with different email id.

or check this link to resolve your issue

I tried with another email. For instance in the L4 notebook, I see this error

# Agent: Suggestion Engine
## Using tool: Read a file's content
## Tool Input: 
"{\"name\": \"support_tickets_data.csv\", \"description\": \"\", \"args_schema\": {}, \"return_direct\": false, \"verbose\": false}"
## Tool Output: 
Error: the Action Input is not a valid key, value dictionary.

This happens for every input row of the csv file. What is the issue? And the training just keeps repeating the same over and over again, when I run this line of code

support_report_crew.train(n_iterations=1, filename='training.pkl')

And gets stuck in an infinite loop… geez

@pankaja12
this has been already reported by other learners and reported to the staff. They are working on it. There seems to be some version discrepancy issue with crew ai tool.

Regards
DP

1 Like