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