Skip to content

Commit 9879db5

Browse files
committed
service providers section
1 parent 4d4045a commit 9879db5

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

docs/pages/concepts/_meta.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ export default {
1212
"self-hosting": {
1313
title: <SideNavTitleWithIcon title="Self Hosting" icon={HiOutlineServerStack} />,
1414
},
15+
"different-llm-providers": {
16+
title: <SideNavTitleWithIcon title="LLM Providers" icon={HiOutlineServerStack} />,
17+
},
1518
"agents": {
1619
title: <SideNavTitleWithIcon title="Agents (LangChain)" icon={PiGraphDuotone} />,
1720
},
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import LlmServiceAdapters from "@/snippets/llm-service-adapters.mdx";
2+
3+
# LLM Provider Service Adapters
4+
<LlmServiceAdapters />

0 commit comments

Comments
 (0)