From 03a7ed5785644e09dcbca30ccab82238c4355b69 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Wed, 18 Feb 2026 23:06:18 +0800 Subject: [PATCH] Added missing environment variable into .env.example --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 47f16055..0cb78979 100644 --- a/.env.example +++ b/.env.example @@ -70,3 +70,6 @@ SST_START_DATE="2024-04-01 00:00:00" E_INVOICE_START_DATE="2025-07-01 00:00:00" MAINTENANCE_MESSAGE_TITLE="We'll be back online on 00:00 1/7/2025" MAINTENANCE_MESSAGE="Sorry for the inconvenience but we're performing some maintenance at the moment." + +OPENAI_API_KEY="" +ANTHROPIC_API_KEY=""