While trying to execute the agent with the suggested code:
python ai_lab_repo.py --api-key "my-key" --llm-backend "o1-mini" --research-topic "YOUR RESEARCH IDEA"
I got the following error:
Inference Exception: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}
Does this Agent work with Current tier Free openAI Rate limits API? If not, is there other unpaid open source alternatives?