Trying to learn

Hello,

First, I am incredibly new to any and all things related to AI,but very interested in learning and trying my best to do so. I am a little stumped at the moment and hoping anyone may be able to help me, I am sure its actually a simple fix.

I created my own agents in CrewStudio, but getting them to actually run and generate an output has stumped me. The crew must search the web, so for that to happen do I need to generate API keys from Serper Dev and have those input to the Enivormental Variables section? Additionally, I assume I need to do the same for the connection to GPT?

My next problem, I am receiving a message saying I have hit my limit on GPT. Is that simply a fix of buying more tokens? I haven’t actually been able to run my agents so I do not fully understand how I would have hit any limit, but again, I am not sure.

Any guidance would be incredibly appreciated.

Welcome to the community

A great place to start is Installation - CrewAI

For the limit. If you hit your limit try adding more tokens to see if it fixes it.

good luck on your journey

Since you’re just starting out, and if cost is a concern, I’d recommend trying Ollama for local model inference. It’s free and runs models like LLaMA or Mistral on your machine. It’s slower and less accurate than OpenAI GPT models, but good enough for learning . It won’t burn your API quota. Depending upon the complexity of tasks you are performing,system specification time consuming can differ.