fffiloni commited on
Commit
af3e906
·
1 Parent(s): bb4d971

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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", target="_blank">ChatGPT Plugins LangChain</a> usecase<br />
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
  """