refactor
This commit is contained in:
parent
0ca68198e3
commit
13962ffff6
4
app.py
4
app.py
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user