From e533b008d4aa09b67c2457e871ba8c56c2d3e567 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 14 May 2023 18:09:26 +0200 Subject: [PATCH] docs: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc190c6..fc64e20 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ **LocalAI** is a drop-in replacement REST API compatible with OpenAI API specifications for local inferencing. It allows to run models locally or on-prem with consumer grade hardware, supporting multiple models families compatible with the `ggml` format. For a list of the supported model families, see [the model compatibility table below](https://github.com/go-skynet/LocalAI#model-compatibility-table). -- OpenAI drop-in REST API +- OpenAI drop-in alternative REST API - Supports multiple models - Once loaded the first time, it keep models loaded in memory for faster inference - Support for prompt templates