Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def run(prompt, plugin_json, openai_api_key):
|
|
| 19 |
|
| 20 |
title="""
|
| 21 |
<div style="text-align:center;">
|
| 22 |
-
<h1>ChatGPT Plugins playground</h1>
|
| 23 |
<p>
|
| 24 |
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 />
|
| 25 |
Be aware that it currently only works with plugins that do not require auth.
|
|
|
|
| 19 |
|
| 20 |
title="""
|
| 21 |
<div style="text-align:center;">
|
| 22 |
+
<h1>LangChain + ChatGPT Plugins playground</h1>
|
| 23 |
<p>
|
| 24 |
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 />
|
| 25 |
Be aware that it currently only works with plugins that do not require auth.
|