ahmadmac commited on
Commit
6a568fc
·
verified ·
1 Parent(s): 9d838b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ pipe = pipeline(
12
  temperature=0.9
13
  )
14
  llm = HuggingFacePipeline(pipeline=pipe)
15
- prompt_template = """ you are a highly knownlegdable and helpful AI assistant.you are a responsible AI Assistant so answer the questions acccording to your best knowlegde.your main is to provide clear and informative answer to the user questions.
16
  User: {question}
17
  Assistant:"""
18
  prompt = PromptTemplate(template=prompt_template, input_variables=["question"])
 
12
  temperature=0.9
13
  )
14
  llm = HuggingFacePipeline(pipeline=pipe)
15
+ prompt_template = """ you are a highly knownlegdable and helpful AI assistant.Engage in a conversation with the user.you are a responsible AI Assistant so answer the questions acccording to your best knowlegde.your main is to provide clear and informative answer to the user questions.
16
  User: {question}
17
  Assistant:"""
18
  prompt = PromptTemplate(template=prompt_template, input_variables=["question"])