bstraehle commited on
Commit
1ebfeb4
·
1 Parent(s): 663e8e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ description = """<strong>Overview:</strong> The app demonstrates how to use a La
73
  <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>
74
  <li>Experiment with different prompts, for example "what is gpt-4 in one sentence, translate to german", "concerns about gpt-4", or "generate three haikus about gpt-4".</li>
75
  </ul>
76
- In a production system, processing external data would be done in a batch process. An idea for a production system would be to perform LLM use cases on the
77
  <a href='https://www.youtube.com/playlist?list=PL2yQDdvlhXf_hIzmfHCdbcXj2hS52oP9r'>AWS re:Invent playlist</a>.\n\n
78
  <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
79
  <a href='https://www.langchain.com/'>LangChain</a> toolkit with <a href='https://openai.com/research/whisper'>Whisper</a> (speech-to-text) and
 
73
  <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>
74
  <li>Experiment with different prompts, for example "what is gpt-4 in one sentence, translate to german", "concerns about gpt-4", or "generate three haikus about gpt-4".</li>
75
  </ul>
76
+ In a production system, managing external data would be done in a batch process. An idea for a production system would be to perform LLM use cases on the
77
  <a href='https://www.youtube.com/playlist?list=PL2yQDdvlhXf_hIzmfHCdbcXj2hS52oP9r'>AWS re:Invent playlist</a>.\n\n
78
  <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
79
  <a href='https://www.langchain.com/'>LangChain</a> toolkit with <a href='https://openai.com/research/whisper'>Whisper</a> (speech-to-text) and