Skip to content

Commit d3cd870

Browse files
committed
Add localai to docs
1 parent 764da8a commit d3cd870

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

web/docs/apps/integrations/intro.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

web/docs/processors/localai.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22
id: localai
33
title: LocalAI
44
---
5+
6+
You can run [LocalAI](https://localai.io) locally and use LLMStack to build AI apps on top of open source locally running LLMs.
7+
8+
:::note
9+
Make sure you configured LocalAI base url and API key in LLMStack's `Settings`. Read more about using LocalAI in our [blog post](/blog/run-os-llms-on-llmstack-with-localai).
10+
:::
11+
12+
`LocalAI` provides drop in replacement for `OpenAI` APIs. Refer to [OpenAI](/docs/processors/openai) for processor details and [LocalAI](https://localai.io), for the list of supported LLMs.

web/sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const sidebars = {
4040
"processors/cohere",
4141
"processors/stability",
4242
"processors/elevenlabs",
43+
"processors/localai",
4344
],
4445
},
4546
{

web/src/pages/markdown-page.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)