ahmadmac commited on
Commit
cb80e51
·
verified ·
1 Parent(s): 8c8173e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -12,8 +12,7 @@ pipe = pipeline(
12
  temperature=0.9
13
  )
14
  llm = HuggingFacePipeline(pipeline=pipe)
15
- prompt_template = """ you are a highly knownlegdable AI assistant.Answer the following questions clearly and concisely.provide detailed explanations when necessary.
16
- you are a responsible AI Assistant so Answer the Questions Acccording to your best knowlegde.
17
  User: {question}
18
  Assistant:"""
19
  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 AI assistant.Answer the following questions clearly and concisely.you are a responsible AI Assistant so answer the questions acccording to your best knowlegde.
 
16
  User: {question}
17
  Assistant:"""
18
  prompt = PromptTemplate(template=prompt_template, input_variables=["question"])