This commit is contained in:
+10
-3
@@ -12,14 +12,21 @@ BOOTSTRAP_ADMIN_EMAIL=
|
||||
BOOTSTRAP_ADMIN_PASSWORD=
|
||||
# Hard safety default; this release has no delivery capability.
|
||||
AUTOMATED_OUTREACH_ENABLED=false
|
||||
# Primary criteria-first AI web research provider. The provider must be an approved
|
||||
# browsing/search implementation and return URL targets only; the server fetches
|
||||
# targets with its SSRF-safe crawler. All values are server-side only.
|
||||
# Optional criteria-first AI web research. OpenAI's native Responses API setup:
|
||||
# AI_RESEARCH_PROVIDER=openai_web_search
|
||||
# AI_RESEARCH_PROVIDER_MODEL=<OpenAI model supporting web search>
|
||||
# AI_RESEARCH_PROVIDER_URL=https://api.openai.com/v1/responses
|
||||
# AI_RESEARCH_PROVIDER_ALLOWED_HOSTS=api.openai.com
|
||||
# OPENAI_API_KEY=<standard OpenAI API key; secret-manager only>
|
||||
# The server sends tools:[{type:web_search}], accepts only bounded URL citations/
|
||||
# sources, and fetches targets through its SSRF-safe crawler. All values are
|
||||
# server-side only. AI_RESEARCH_PROVIDER_API_KEY is only for generic providers.
|
||||
AI_RESEARCH_PROVIDER=
|
||||
AI_RESEARCH_PROVIDER_MODEL=
|
||||
AI_RESEARCH_PROVIDER_URL=
|
||||
AI_RESEARCH_PROVIDER_ALLOWED_HOSTS=
|
||||
AI_RESEARCH_PROVIDER_API_KEY=
|
||||
OPENAI_API_KEY=
|
||||
# Deprecated migration-only generic URL search adapter; not used by the AI workflow.
|
||||
SEARCH_PROVIDER_URL=
|
||||
SEARCH_PROVIDER_ALLOWED_HOSTS=
|
||||
|
||||
Reference in New Issue
Block a user