bstraehle commited on
Commit
6bc7831
·
1 Parent(s): 7dc5c9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ description = """<strong>Overview:</strong> The app demonstrates how to use a La
81
  <ul style="list-style-type:square;">
82
  <li>Set "Retrieval Augmented Generation" to "<strong>False</strong>" and submit prompt "Explain GPT-4". The LLM <strong>without</strong> RAG does not know the answer.</li>
83
  <li>Set "Retrieval Augmented Generation" to "<strong>True</strong>" and submit prompt "Explain GPT-4". The LLM <strong>with</strong> RAG knows the answer.</li>
84
- <li>Experiment with different prompts, for example "Explain GPT-4 in one sentence, translate to German", "List pros and cons of GPT-4", or "Write a Python program to call the GPT-4 API".</li>
85
  </ul>\n\n
86
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://platform.openai.com/'>OpenAI</a> API via AI-first
87
  <a href='https://www.langchain.com/'>LangChain</a> toolkit with <a href='https://openai.com/research/whisper'>Whisper</a> (speech-to-text) and
 
81
  <ul style="list-style-type:square;">
82
  <li>Set "Retrieval Augmented Generation" to "<strong>False</strong>" and submit prompt "Explain GPT-4". The LLM <strong>without</strong> RAG does not know the answer.</li>
83
  <li>Set "Retrieval Augmented Generation" to "<strong>True</strong>" and submit prompt "Explain GPT-4". The LLM <strong>with</strong> RAG knows the answer.</li>
84
+ <li>Experiment with different prompts, for example "Explain GPT-4 in one sentence in German", "List pros and cons of GPT-4", or "Write a Python program to call the GPT-4 API".</li>
85
  </ul>\n\n
86
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://platform.openai.com/'>OpenAI</a> API via AI-first
87
  <a href='https://www.langchain.com/'>LangChain</a> toolkit with <a href='https://openai.com/research/whisper'>Whisper</a> (speech-to-text) and