This commit is contained in:
team3
2026-07-23 16:07:36 +02:00
commit cb68cd671b
88 changed files with 10029 additions and 0 deletions

18
.env.example Normal file
View File

@@ -0,0 +1,18 @@
# Pflicht
MINIMAX_API_KEY=
KONTAKT_MAIL= # für ehrliche User-Agents (Wikipedia/Fetch)
# Optionale Such-Backends (mit Key vor ddgs in der Kette)
TAVILY_API_KEY=
BRAVE_API_KEY=
SEARXNG_URL=
# Overrides (leer = Default aus backend/config.py)
RUN_BUDGET_TOKENS= # Default 10000000, 0 = aus
MAX_PARALLEL_LLM= # Default 12
HEDGE_NACH_S= # Default 90, 0 = aus
SOLL_PUNKTE_MIN= # Default 5 (kleine Themen: runtersetzen)
RECHERCHE_RUNDEN_MAX= # Default 4
LLM_LOG= # 1 = Prompt+Antwort je Call in DB-Tabelle call_texte
CREATOR_FAKE= # 1 = alle LLM/Suche/Laden deterministisch gefakt
CREATOR_DB= # DB-Pfad-Override (Smoke-Läufe)