LocalAI is the free, Open Source OpenAI alternative.
LocalAI
act as a drop-in replacement REST API that’s compatible with OpenAI API
specifications for local inferencing. It allows you to run LLMs, generate images,
audio (and not only) locally or on-prem with consumer grade hardware,
supporting multiple model families and architectures.
openai
SDK at version 0.x.langchain-localai
is a 3rd party integration package for LocalAI. It provides a simple way to use LocalAI services in Langchain.
The source code is available on Github