bstraehle commited on
Commit
b5461e4
·
1 Parent(s): c7fd5d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -141,8 +141,14 @@ description = """<strong>Overview:</strong> Reasoning application that demonstra
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. "What are GPT-4's media capabilities in 5 emojis and 1 sentence?", "List GPT-4's exam scores and benchmark results.", or "Compare GPT-4 to GPT-3.5 in markdown table format."</li>
145
- <li>Experiment some more, for example "What is the GPT-4 API's cost and rate limit? Answer in English, Arabic, Chinese, Hindi, and Russian in JSON format." or "Write a Python program that calls the GPT-4 API."</li>
 
 
 
 
 
 
146
  </ul>\n\n
147
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using the <a href='https://openai.com/'>OpenAI</a> API and
148
  AI-native <a href='https://www.trychroma.com/'>Chroma</a> embedding database /
 
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>
149
+ <li>What is the GPT-4 API's cost and rate limit? Answer in English, Arabic, Chinese, Hindi, and Russian in JSON format.</li>
150
+ <li>Write a Python program that calls the GPT-4 API."</li>
151
+ </ol>
152
  </ul>\n\n
153
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using the <a href='https://openai.com/'>OpenAI</a> API and
154
  AI-native <a href='https://www.trychroma.com/'>Chroma</a> embedding database /