From ed3b50622bc04b0d3e07bd59aa1407ed948f30d9 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 20 Feb 2024 19:55:36 +0100 Subject: [PATCH] Update README.md Signed-off-by: Ettore Di Giacinto --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88ea64f2..46068031 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ [Roadmap](https://github.com/mudler/LocalAI/issues?q=is%3Aissue+is%3Aopen+label%3Aroadmap) -- Multiple tools calls: https://github.com/mudler/LocalAI/pull/1726 +- Parallel function calling: https://github.com/mudler/LocalAI/pull/1726 - Upload file API: https://github.com/mudler/LocalAI/pull/1703 -- Tools support: https://github.com/mudler/LocalAI/pull/1715 +- Tools API support: https://github.com/mudler/LocalAI/pull/1715 - LLaVa 1.6: https://github.com/mudler/LocalAI/pull/1714 - ROCm container images: https://github.com/mudler/LocalAI/pull/1595 - Intel GPU support (sycl): https://github.com/mudler/LocalAI/issues/1653