eagle0504 commited on
Commit
e052d85
·
1 Parent(s): bf62c66

prompt eng

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -189,6 +189,7 @@ if prompt := st.chat_input(
189
  Here's relevant content: {response}
190
 
191
  Answer user prompt based on the relevant content.
 
192
  If relevant content is <empty>, use your best judgement or chat history."""
193
  )
194
 
 
189
  Here's relevant content: {response}
190
 
191
  Answer user prompt based on the relevant content.
192
+ If relevant content is provided, it'd be a table with Title, Link, and Snippet. Use information from the Snippet.
193
  If relevant content is <empty>, use your best judgement or chat history."""
194
  )
195