Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -56,8 +56,7 @@ description = """<strong>Overview:</strong> The app demonstrates how to use a <s
|
|
56 |
<li>Set "Process Video" to "True" and submit prompt "what is gpt-4". The LLM <strong>with</strong> RAG knows the answer.</li>
|
57 |
<li>Experiment with different prompts, for example "what is gpt-4, answer in german" or "write a haiku about gpt-4".</li>
|
58 |
</ul>
|
59 |
-
In a production system processing external data would be done in a batch process, while prompting is done in a user interaction
|
60 |
-
all <a href='https://www.youtube.com/playlist?list=PL2yQDdvlhXf_hIzmfHCdbcXj2hS52oP9r>AWS re:Invent 2022</a> YouTube videos and enable LLM use cases on them.\n\n
|
61 |
<strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://platform.openai.com/'>OpenAI</a> API
|
62 |
via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit with <a href='https://openai.com/research/whisper'>Whisper</a> (speech-to-text)
|
63 |
and <a href='https://openai.com/research/gpt-4'>GPT-4</a> (LLM) foundation models as well as AI-native
|
|
|
56 |
<li>Set "Process Video" to "True" and submit prompt "what is gpt-4". The LLM <strong>with</strong> RAG knows the answer.</li>
|
57 |
<li>Experiment with different prompts, for example "what is gpt-4, answer in german" or "write a haiku about gpt-4".</li>
|
58 |
</ul>
|
59 |
+
In a production system processing external data would be done in a batch process, while prompting is done in a user interaction.\n\n
|
|
|
60 |
<strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://platform.openai.com/'>OpenAI</a> API
|
61 |
via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit with <a href='https://openai.com/research/whisper'>Whisper</a> (speech-to-text)
|
62 |
and <a href='https://openai.com/research/gpt-4'>GPT-4</a> (LLM) foundation models as well as AI-native
|