From 5a39920e4039e446294e179fa075ebf178bc3303 Mon Sep 17 00:00:00 2001 From: Muhamad Aji Wibisono Date: Tue, 10 Jun 2025 23:39:13 +0700 Subject: [PATCH] chore: removed duplicate .env var --- surfsense_backend/.env.example | 8 -------- 1 file changed, 8 deletions(-) diff --git a/surfsense_backend/.env.example b/surfsense_backend/.env.example index 6b364e0..2fd950e 100644 --- a/surfsense_backend/.env.example +++ b/surfsense_backend/.env.example @@ -44,14 +44,6 @@ LANGSMITH_ENDPOINT=https://api.smith.langchain.com LANGSMITH_API_KEY=lsv2_pt_..... LANGSMITH_PROJECT=surfsense - -# OPTIONAL: LiteLLM API Base -FAST_LLM_API_BASE="" -STRATEGIC_LLM_API_BASE="" -LONG_CONTEXT_LLM_API_BASE="" -TTS_SERVICE_API_BASE="" -STT_SERVICE_API_BASE="" - # Uvicorn Server Configuration # Full documentation for Uvicorn options can be found at: https://www.uvicorn.org/#command-line-options UVICORN_HOST="0.0.0.0"