Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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"])
|