From e7d56452bdfb4b245e88dc1a70a1ead5c736d15e Mon Sep 17 00:00:00 2001 From: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:16:36 -0400 Subject: [PATCH] Update .env Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 5868b8b..d391c67 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ OPENAI_API_KEY="your-key-goes-here" -OPENAI_API_BASE="https://api.openai.com/v1" +OPENAI_API_BASE="http://localhost:3000/v1" GENAISCRIPT_MODEL_LARGE="gpt-4o-mini-2024-07-18" GENAISCRIPT_MODEL_SMALL="gpt-4o-mini-2024-07-18" SEARXNG_API_BASE_URL="http://localhost:8080" -SEARXNG_PASSWORD="777b930e" \ No newline at end of file +SEARXNG_PASSWORD="777b930e"