From 93829ab228cef7f648f513ff4998befdbd78d393 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 8 May 2023 22:34:12 +0200 Subject: [PATCH] docs: update news --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20490df..1f40d95 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ See [examples on how to integrate LocalAI](https://github.com/go-skynet/LocalAI/ ## News +- 08-05-2023: Support for embeddings with models using the `llama.cpp` backend ( https://github.com/go-skynet/LocalAI/pull/207 ) - 02-05-2023: Support for `rwkv.cpp` models ( https://github.com/go-skynet/LocalAI/pull/158 ) and for `/edits` endpoint - 01-05-2023: Support for SSE stream of tokens in `llama.cpp` backends ( https://github.com/go-skynet/LocalAI/pull/152 )