Skip to content

Commit b12ba8b

Browse files
committed
Match beeai envars in template to utils.py values
1 parent 980e15a commit b12ba8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/beeai-agent.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GEMINI_API_KEY=
1818
#ANTHROPIC_API_KEY=
1919

2020
# BeeAI Framework Configuration
21-
BEEAI_MAX_ITERATIONS=180
21+
BEEAI_MAX_ITERATIONS=255
2222
BEEAI_MAX_RETRIES_PER_STEP=5
23-
BEEAI_TOTAL_MAX_RETRIES=10
23+
BEEAI_TOTAL_MAX_RETRIES=25
2424
LITELLM_DEBUG=

0 commit comments

Comments
 (0)