Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,7 @@ from langchain.memory import ConversationBufferMemory
|
|
9 |
from transformers import pipeline
|
10 |
from htmlTemplates import css, bot_template, user_template
|
11 |
|
12 |
-
|
13 |
-
load_dotenv()
|
14 |
|
15 |
# Creating custom template to guide LLM model
|
16 |
custom_template = """Given the following conversation and a follow-up question, rephrase the follow-up question to be a standalone question, in its original language.
|
|
|
9 |
from transformers import pipeline
|
10 |
from htmlTemplates import css, bot_template, user_template
|
11 |
|
12 |
+
|
|
|
13 |
|
14 |
# Creating custom template to guide LLM model
|
15 |
custom_template = """Given the following conversation and a follow-up question, rephrase the follow-up question to be a standalone question, in its original language.
|