From 13962ffff61c47b3011861e1813a4274ffc742b2 Mon Sep 17 00:00:00 2001 From: "anna.pillar" Date: Fri, 6 Jun 2025 09:37:50 +0200 Subject: [PATCH] refactor --- app.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app.py b/app.py index 5d09852..30bafd9 100644 --- a/app.py +++ b/app.py @@ -14,10 +14,6 @@ from dotenv import load_dotenv _ = load_dotenv() -print(os.getenv("")) - -MODEL = "DEFAULT" - def setup_runnable(modelstr=None): """ Setup the runnable chain for the chatbot. This function initializes the model, prompt, and memory