Spaces:
Sleeping
Sleeping
Commit
·
0b9cee6
1
Parent(s):
ec2d501
Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,7 @@ llm = HuggingFaceHub(huggingfacehub_api_token=huggingfacehub_api_token,
|
|
15 |
model_kwargs={"temperature":0.2, "max_new_tokens":200})
|
16 |
|
17 |
template = """
|
18 |
-
|
19 |
-
|
20 |
{question}
|
21 |
|
22 |
"""
|
|
|
15 |
model_kwargs={"temperature":0.2, "max_new_tokens":200})
|
16 |
|
17 |
template = """
|
18 |
+
Answer the following question. At the end of the answer, just say, 'Thanks for asking'
|
|
|
19 |
{question}
|
20 |
|
21 |
"""
|