Gabriel Bonin
Gabriel Bonin
Following up on this issue: The CLI command crewai reset-memories -a is still not working for me, even after updating to the latest ([PR #2312](https://github.com/crewAIInc/crewAI/pull/2312)). Since I'm using macOS, I...
Same issue here. When I put the knowledge_sources inside the agent, it gives me the same error, but when I put the knowledge_sources inside the crew, I get no error.
Hey @Vidit-Ostwal , looks like i got it fix like this here `import os from crewai import Agent, Crew, Process, Task, LLM from crewai.project import CrewBase, agent, crew, task from...
I added the llm code like this llm = LLM( model=f"vertex_ai/{CLAUDE_MODEL}", vertex_ai_project=GOOGLE_CLOUD_PROJECT, vertex_ai_location=GOOGLE_CLOUD_LOCATION, temperature=0.7, credentials=None # Uses default Google Cloud credentials ) and also tagged the agent with it like...
Hey @ramonabordea, could you provide the entire crew.py code ? Its a big hard for me to help you out with this code snippet