We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4045a commit 9879db5Copy full SHA for 9879db5
2 files changed
docs/pages/concepts/_meta.tsx
@@ -12,6 +12,9 @@ export default {
12
"self-hosting": {
13
title: <SideNavTitleWithIcon title="Self Hosting" icon={HiOutlineServerStack} />,
14
},
15
+ "different-llm-providers": {
16
+ title: <SideNavTitleWithIcon title="LLM Providers" icon={HiOutlineServerStack} />,
17
+ },
18
"agents": {
19
title: <SideNavTitleWithIcon title="Agents (LangChain)" icon={PiGraphDuotone} />,
20
docs/pages/concepts/different-llm-providers.mdx
@@ -0,0 +1,4 @@
1
+import LlmServiceAdapters from "@/snippets/llm-service-adapters.mdx";
2
+
3
+# LLM Provider Service Adapters
4
+<LlmServiceAdapters />
0 commit comments