From c5cf4b38a175504b67b9f17beb693f1d04994eae Mon Sep 17 00:00:00 2001 From: Yunxiao Xu Date: Mon, 23 Feb 2026 15:19:27 -0800 Subject: [PATCH] docs(config): Update .env.example with new Orchestrator node configuration keys --- backend/.env.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/backend/.env.example b/backend/.env.example index ed8689c..09afe9a 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -57,3 +57,11 @@ OIDC_REDIRECT_URI=http://localhost:8000/api/v1/auth/oidc/callback # Researcher # RESEARCHER_LLM__PROVIDER=google # RESEARCHER_LLM__MODEL=gemini-2.0-flash + +# Reflector +# REFLECTOR_LLM__PROVIDER=openai +# REFLECTOR_LLM__MODEL=gpt-5-mini + +# Synthesizer +# SYNTHESIZER_LLM__PROVIDER=openai +# SYNTHESIZER_LLM__MODEL=gpt-5-mini