bstraehle commited on
Commit
7e5254b
·
1 Parent(s): 9b5a19c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -140,9 +140,9 @@ description = """<strong>Overview:</strong> Reasoning application that demonstra
140
  <a href='""" + PDF_URL + """'>PDF</a>, and <a href='""" + WEB_URL + """'>Web</a> data published after LLM knowledge cutoff (example: GPT-4 data).
141
  <ul style="list-style-type:square;">
142
  <li>Set "Retrieval Augmented Generation" to "<strong>Off</strong>" and submit prompt "What is GPT-4?" The <strong>LLM without RAG</strong> does not know the answer.</li>
143
- <li>Set "Retrieval Augmented Generation" to "<strong>Chroma</strong>" or "<strong>MongoDB</strong>" and submit prompt "What is GPT-4?" The <strong>LLM with RAG</strong> knows the answer.</li>
144
- <li>Experiment with prompts, e.g.:</li>
145
  <ol>
 
146
  <li>What are GPT-4's media capabilities in 5 emojis and 1 sentence?</li>
147
  <li>List GPT-4's exam scores and benchmark results.</li>
148
  <li>Compare GPT-4 to GPT-3.5 in markdown table format.</li>
 
140
  <a href='""" + PDF_URL + """'>PDF</a>, and <a href='""" + WEB_URL + """'>Web</a> data published after LLM knowledge cutoff (example: GPT-4 data).
141
  <ul style="list-style-type:square;">
142
  <li>Set "Retrieval Augmented Generation" to "<strong>Off</strong>" and submit prompt "What is GPT-4?" The <strong>LLM without RAG</strong> does not know the answer.</li>
143
+ <li>Set "Retrieval Augmented Generation" to "<strong>Chroma</strong>" or "<strong>MongoDB</strong>" and experiment with prompts. The <strong>LLM with RAG</strong> knows the answer.</li>
 
144
  <ol>
145
+ <li>What is GPT-4?</li>
146
  <li>What are GPT-4's media capabilities in 5 emojis and 1 sentence?</li>
147
  <li>List GPT-4's exam scores and benchmark results.</li>
148
  <li>Compare GPT-4 to GPT-3.5 in markdown table format.</li>