We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2862169 + 95d1564 commit 9da4a1dCopy full SHA for 9da4a1d
.env.example
@@ -7,7 +7,7 @@
7
8
# check CrewAI documentation: https://docs.crewai.com/concepts/llms
9
PROVIDER=google
10
-MODEL=gemini/gemini-2.0-flash-lite
+MODEL=gemini/gemini-2.0-flash
11
GEMINI_API_KEY=<yourAPIkey>
12
BASE_URL=
13
src/code_explainer/crew.py
@@ -89,7 +89,7 @@ def code_diagramming_agent(self):
89
return Agent(
90
config=self.agents_config["code_diagramming_agent"],
91
verbose=True,
92
- max_iter=15,
+ max_iter=5,
93
allow_delegation=False,
94
memory=True,
95
llm=self.llm,
0 commit comments