Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,8 +19,9 @@ title="""
|
|
| 19 |
<div style="text-align:center;">
|
| 20 |
<h1>LangChain + ChatGPT Plugins playground</h1>
|
| 21 |
<p>
|
| 22 |
-
This is a demo for the <a href="https://python.langchain.com/en/latest/modules/agents/tools/examples/chatgpt_plugins.html"
|
| 23 |
-
Be aware that it currently only works with plugins that do not require auth.
|
|
|
|
| 24 |
</p>
|
| 25 |
</div>
|
| 26 |
"""
|
|
|
|
| 19 |
<div style="text-align:center;">
|
| 20 |
<h1>LangChain + ChatGPT Plugins playground</h1>
|
| 21 |
<p>
|
| 22 |
+
This is a demo for the <a href="https://python.langchain.com/en/latest/modules/agents/tools/examples/chatgpt_plugins.html" target="_blank">ChatGPT Plugins LangChain</a> usecase<br />
|
| 23 |
+
Be aware that it currently only works with plugins that do not require auth.<br />
|
| 24 |
+
Find more plugins <a href="https://www.getit.ai/gpt-plugins" target="_blank">here</a>
|
| 25 |
</p>
|
| 26 |
</div>
|
| 27 |
"""
|