zliang commited on
Commit
f2a34f1
·
1 Parent(s): 33a327d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def generate_response(input_text):
38
  #st.write({"source1":json1["source"], "source2":json2["source"],"source3":json3["source"]})
39
 
40
 
41
- climate_TEMPLATE = """ You are ChatClimate, take a deep breath and provide an answer to educated general audience based on the context and Format your answer in Markdown, if the question is not relevant to the cliamte change, do not answer:"
42
 
43
  Context: {context}
44
 
 
38
  #st.write({"source1":json1["source"], "source2":json2["source"],"source3":json3["source"]})
39
 
40
 
41
+ climate_TEMPLATE = """ You are ChatClimate, take a deep breath and Use the following pieces of context to answer the question. If you don't know the answer, just say that you don't know, don't try to make up an answer. Format your answer in Markdown:"
42
 
43
  Context: {context}
44