Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ description = """<strong>Overview:</strong> The app demonstrates how to use a La
|
|
93 |
<li>Experiment more, for example "Write a poem about GPT-4" or "Tell a joke about GPT-4, answer in English, Arabic, Chinese, Spanish, 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
|
97 |
<a href='https://www.trychroma.com/'>Chroma</a> embedding database."""
|
98 |
|
99 |
gr.close_all()
|
|
|
93 |
<li>Experiment more, for example "Write a poem about GPT-4" or "Tell a joke about GPT-4, answer in English, Arabic, Chinese, Spanish, 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 and AI-native
|
97 |
<a href='https://www.trychroma.com/'>Chroma</a> embedding database."""
|
98 |
|
99 |
gr.close_all()
|