From 1052c1b619badb071dcc97314e04d350f22397e1 Mon Sep 17 00:00:00 2001 From: Francwa Date: Sun, 28 Dec 2025 06:07:34 +0100 Subject: [PATCH] infra: added modules version to .env.example --- .env.example | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index c6ef529..ece1a0c 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,7 @@ -# API Keys -# Deepseek API Key (for LLM in alfred) +# Configuration +LIBRECHAT_VERSION=v0.8.1 +RAG_VERSION=v0.7.0 + # Keys # - Deepseek API DEEPSEEK_API_KEY= @@ -34,7 +36,7 @@ OLLAMA_MODEL= LLM_PROVIDER=deepseek # Memory storage directory (inside container) -MEMORY_STORAGE_DIR=data/memory +MEMORY_STORAGE_DIR=/data/memory # qBittorrent Configuration QBITTORRENT_URL=