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