Aabbhishekk commited on
Commit
0b9cee6
·
1 Parent(s): ec2d501

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- You are an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
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
  """