From c1f99b41f8b12650b1cec91a9c206d14c7381120 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Tue, 9 Jul 2024 17:38:35 -0400 Subject: [PATCH] chore: Add RAG_PORT to .env.example --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index a17cb64ed1..b496c7b6f1 100644 --- a/.env.example +++ b/.env.example @@ -436,3 +436,6 @@ HELP_AND_FAQ_URL=https://librechat.ai # E2E_USER_EMAIL= # E2E_USER_PASSWORD= + +# RAG_PORT +RAG_PORT=8000 \ No newline at end of file