Skip to content

Commit

Permalink
add langchain example
Browse files Browse the repository at this point in the history
  • Loading branch information
martyndavies committed Apr 4, 2024
1 parent 1a6fe0a commit 4e53eee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import DocCardList from '@theme/DocCardList';

# Welcome to Superface

**Superface allows GPT builders to easily connect to any API, enabling them to create, retrieve, and manage data from external platforms.**
**Superface allows GPT and agent builders to easily connect to any API, enabling them to create, retrieve, and manage data from external platforms.**

![A diagram that represents Superface as the connection between OpenAI Custom GPT and other tools](/img/HubIllustration2.webp)

Expand All @@ -23,16 +23,25 @@ import DocCardList from '@theme/DocCardList';
</article>
<article className="col col--6 margin-bottom--sm">
<a
href="/docs/tools"
href="/docs/api"
className="card padding--lg cardContainer_node_modules-@docusaurus-theme-classic-lib-theme-DocCard-styles-module"
>
<h2>🛠️ Tools</h2>
<p>Add, create and manage the tools you need for your GPT.</p>
<h2>🔌 Agents API</h2>
<p>Add tools to your custom agents using the Superface API.</p>
</a>
</article>
</section>

<section className="row">
<article className="col col--6 margin-bottom--sm">
<a
href="/docs/tools"
className="card padding--lg cardContainer_node_modules-@docusaurus-theme-classic-lib-theme-DocCard-styles-module"
>
<h2>🛠️ Tools</h2>
<p>Add, build and manage the tools you need for your GPT or agent.</p>
</a>
</article>
<article className="col col--6 margin-bottom--sm">
<a
href="/docs/support"
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ module.exports = {
items: [
'api/examples/openai',
'api/examples/mistral',
'api/examples/langchain'
]
}
]
Expand Down

0 comments on commit 4e53eee

Please sign in to comment.