bstraehle commited on
Commit
4d0f590
·
1 Parent(s): 8a67ff8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ description = """<strong>Overview:</strong> The app demonstrates how to use a La
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 is GPT-4, answer in one sentence", "What are GPT-4's exam capabilities, show result as list", or "Write a Python program to call the GPT-4 API".</li>
93
- <li>Or "Generate GPT-4 ML Engineer interview questions", "Write a poem about GPT-4", or "Tell a joke about GPT-4, answer in English, Arabic, Chinese, Hindi, and Russian in JSON format".</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
96
  <a href='https://www.langchain.com/'>LangChain</a> toolkit with <a href='""" + WEB_URL + """'>GPT-4</a> foundation model as well as AI-native
 
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 is GPT-4, answer in one sentence", "What are GPT-4's exam capabilities, show result as list", or "Write a Python program to call the GPT-4 API".</li>
93
+ <li>Experiment some more, for example "Write a poem about GPT-4" or "Tell a joke about GPT-4, answer in English, Arabic, Chinese, Hebrew, and Russian in JSON format".</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
96
  <a href='https://www.langchain.com/'>LangChain</a> toolkit with <a href='""" + WEB_URL + """'>GPT-4</a> foundation model as well as AI-native