Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -105,9 +105,9 @@ def main():
|
|
105 |
response = llm.invoke(user_input)
|
106 |
display_response(response)
|
107 |
prompt = """
|
108 |
-
You are a fact-checker. You are asked to verify the following statement based on the information you get from your tool, the search result,
|
109 |
and your knowledge. You should provide a response that is based on the information you have and that is as accurate as possible.
|
110 |
-
Your response should be True or False
|
111 |
"""
|
112 |
new_prompt = st.text_area(prompt)
|
113 |
|
|
|
105 |
response = llm.invoke(user_input)
|
106 |
display_response(response)
|
107 |
prompt = """
|
108 |
+
You are a fact-checker. You are asked to verify the following statement based on the information you get from your tool, the search result we provided,
|
109 |
and your knowledge. You should provide a response that is based on the information you have and that is as accurate as possible.
|
110 |
+
Your response should be True or False!!! If you are not sure, you should say that you are not sure.
|
111 |
"""
|
112 |
new_prompt = st.text_area(prompt)
|
113 |
|