From 0643802b48cc656d6d36368372c3ab82709fc734 Mon Sep 17 00:00:00 2001 From: Martin Honermeyer <7229+djmaze@users.noreply.github.com> Date: Mon, 1 Sep 2025 00:37:38 +0200 Subject: [PATCH] Move comment out of MAX_ITERATIONS variable in example env E.g. when using Docker Swarm mode, the comment would end up as part of the variable value otherwise. --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index cf88e0f..8be720c 100644 --- a/.env.example +++ b/.env.example @@ -11,7 +11,8 @@ EMBEDDING=openai:text-embedding-3-small STRATEGIC_LLM=openai:gpt-4o-mini # To increase speed, use gpt-4o-mini # Maximum number of research iterations -MAX_ITERATIONS=2 # To increase speed, use 2 +# (To increase speed, use 2) +MAX_ITERATIONS=2 # Optional example: Anthropic API key if using Claude # ANTHROPIC_API_KEY=your_anthropic_api_key_here