🤖 Self-hosted, community-driven, local OpenAI-compatible API with Keycloak Auth Flak app as frontend. 🏠
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
FlaskAI/examples
mudler 6a13cf957c examples(flowise): add 1 year ago
..
autoGPT docs(examples): add AutoGPT (#397) 1 year ago
chatbot-ui examples: use gallery in chatbot-ui, add flowise 1 year ago
discord-bot images: cleanup, drop .dev Dockerfile (#437) 1 year ago
flowise examples(flowise): add 1 year ago
langchain images: cleanup, drop .dev Dockerfile (#437) 1 year ago
langchain-chroma feat: allow to override model config (#323) 1 year ago
langchain-python images: cleanup, drop .dev Dockerfile (#437) 1 year ago
localai-webui localai: Include the WebUI project example (#130) 1 year ago
privateGPT examples: add privateGPT example (#355) 1 year ago
query_data examples: remove threads from example models (#337) 1 year ago
rwkv images: cleanup, drop .dev Dockerfile (#437) 1 year ago
slack-bot images: cleanup, drop .dev Dockerfile (#437) 1 year ago
README.md examples: use gallery in chatbot-ui, add flowise 1 year ago

README.md

Examples

Here is a list of projects that can easily be integrated with the LocalAI backend.

Projects

AutoGPT

by @mudler

This example shows how to use AutoGPT with LocalAI.

Check it out here

Chatbot-UI

by @mkellerman

Screenshot from 2023-04-26 23-59-55

This integration shows how to use LocalAI with mckaywrigley/chatbot-ui.

Check it out here

Flowise

by @mudler

This example shows how to use FlowiseAI/Flowise with LocalAI.

Check it out here

Discord bot

by @mudler

Run a discord bot which lets you talk directly with a model

Check it out here, or for a live demo you can talk with our bot in #random-bot in our discord server.

Langchain

by @dave-gray101

A ready to use example to show e2e how to integrate LocalAI with langchain

Check it out here

Langchain Python

by @mudler

A ready to use example to show e2e how to integrate LocalAI with langchain

Check it out here

LocalAI WebUI

by @dhruvgera

image

A light, community-maintained web interface for LocalAI

Check it out here

How to run rwkv models

by @mudler

A full example on how to run RWKV models with LocalAI

Check it out here

PrivateGPT

by @mudler

A full example on how to run PrivateGPT with LocalAI

Check it out here

Slack bot

by @mudler

Run a slack bot which lets you talk directly with a model

Check it out here

Question answering on documents with llama-index

by @mudler

Shows how to integrate with Llama-Index to enable question answering on a set of documents.

Check it out here

Question answering on documents with langchain and chroma

by @mudler

Shows how to integrate with Langchain and Chroma to enable question answering on a set of documents.

Check it out here

Template for Runpod.io

by @fHachenberg

Allows to run any LocalAI-compatible model as a backend on the servers of https://runpod.io

Check it out here

Want to contribute?

Create an issue, and put Example: <description> in the title! We will post your examples here.