Sub-app FastAPI montada en /web-search con búsqueda vía ddgs. OpenAPI 3.0.3 + servers absoluto + operationId webSearch listo para importar como external tool en wxO. Sin auth (uso de taller/demo). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
17 lines
639 B
Plaintext
17 lines
639 B
Plaintext
SECRET_KEY=replace-me-with-a-long-random-string
|
|
ADMIN_USER=admin
|
|
ADMIN_PASS=fit2026
|
|
TOKEN_EXPIRY_HOURS=24
|
|
BASE_URL=https://taller-wox.fitlabs.dev
|
|
MATERIAL_DIR=./material
|
|
DB_PATH=./leads.db
|
|
REPORTS_OUTPUT_DIR=./app/data/reports_output
|
|
|
|
# --- Web Search Tool para watsonx Orchestrate (montada en /web-search) ---
|
|
# Endpoint abierto (sin auth) — apto para taller/demo, no para producción.
|
|
# Por defecto se calcula como ${BASE_URL}/web-search. Override sólo si hace falta.
|
|
# WEB_SEARCH_PUBLIC_BASE_URL=https://taller-wox.fitlabs.dev/web-search
|
|
WEB_SEARCH_DEFAULT_MAX_RESULTS=5
|
|
WEB_SEARCH_DEFAULT_REGION=wt-wt
|
|
WEB_SEARCH_REQUEST_TIMEOUT=12
|