bstraehle commited on
Commit
61cc576
·
1 Parent(s): d8e9b7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ description = """<strong>Overview:</strong> The app demonstrates how to use a <s
89
  <ul style="list-style-type:square;">
90
  <li>Set "Retrieval Augmented Generation" to "<strong>False</strong>" and submit prompt "What is GPT-4?" The LLM <strong>without</strong> RAG does not know the answer.</li>
91
  <li>Set "Retrieval Augmented Generation" to "<strong>True</strong>" and submit prompt "What is GPT-4?" The LLM <strong>with</strong> RAG knows the answer.</li>
92
- <li>Experiment with prompts, e.g. "What are GPT-4's exam capabilities?" or "What is the cost and rate limit of the GPT-4 API? Answer in English, Chinese, and Swahili in JSON format."</li>
93
  <li>Experiment more, for example "What languages does GPT-4 support?" or "Write a Python program calling the GPT-4 API."</li>
94
  </ul>\n\n
95
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://openai.com/'>OpenAI</a> API via AI-first
 
89
  <ul style="list-style-type:square;">
90
  <li>Set "Retrieval Augmented Generation" to "<strong>False</strong>" and submit prompt "What is GPT-4?" The LLM <strong>without</strong> RAG does not know the answer.</li>
91
  <li>Set "Retrieval Augmented Generation" to "<strong>True</strong>" and submit prompt "What is GPT-4?" The LLM <strong>with</strong> RAG knows the answer.</li>
92
+ <li>Experiment with prompts, e.g. "What are GPT-4's exam capabilities?" or "What is the cost and rate limit of the GPT-4 API? Answer in English and Swahili in JSON format."</li>
93
  <li>Experiment more, for example "What languages does GPT-4 support?" or "Write a Python program calling the GPT-4 API."</li>
94
  </ul>\n\n
95
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://openai.com/'>OpenAI</a> API via AI-first