This commit is contained in:
anna.pillar 2025-06-06 09:37:50 +02:00
parent 0ca68198e3
commit 13962ffff6

4
app.py
View File

@ -14,10 +14,6 @@ from dotenv import load_dotenv
_ = load_dotenv() _ = load_dotenv()
print(os.getenv(""))
MODEL = "DEFAULT"
def setup_runnable(modelstr=None): def setup_runnable(modelstr=None):
""" """
Setup the runnable chain for the chatbot. This function initializes the model, prompt, and memory Setup the runnable chain for the chatbot. This function initializes the model, prompt, and memory