From 53adc4f2e8ce2fa70cf5edcbbce9ac83c93731f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Mon, 29 Sep 2025 16:13:47 +0200 Subject: [PATCH] Expose AI_DEBUG_MODE in .env.local.example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Mata --- .env.local.example | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.env.local.example b/.env.local.example index abe6c2d91..055dbfbfe 100644 --- a/.env.local.example +++ b/.env.local.example @@ -1,5 +1,8 @@ # To enable / disable self-hosting features. -SELF_HOSTED=false +SELF_HOSTED=true # Enable Twelve market data (careful, this will use your API credits) -TWELVE_DATA_API_KEY=yourapikeyhere +TWELVE_DATA_API_KEY= + +# Set to `true` to get error messages rendered in the /chats UI +AI_DEBUG_MODE=