From bbcf4559ce83fb0a171795065bb22791a3fd673b Mon Sep 17 00:00:00 2001 From: localai-org-maint-bot Date: Fri, 18 Sep 2026 08:52:00 +0200 Subject: [PATCH] chore: :arrow_up: Update ServeurpersoCom/omnivoice.cpp to `c2257c833333f222d64dc9d437afdcece33ceb0b` (#12116) :arrow_up: Update ServeurpersoCom/omnivoice.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --- backend/go/omnivoice-cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/omnivoice-cpp/Makefile b/backend/go/omnivoice-cpp/Makefile index 8d1cf7d23..497ce186f 100644 --- a/backend/go/omnivoice-cpp/Makefile +++ b/backend/go/omnivoice-cpp/Makefile @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1) # omnivoice.cpp version OMNIVOICE_REPO?=https://github.com/ServeurpersoCom/omnivoice.cpp -OMNIVOICE_VERSION?=3c30bdcfe6cc53121bd7a7b377bf8b55f526efa3 +OMNIVOICE_VERSION?=c2257c833333f222d64dc9d437afdcece33ceb0b SO_TARGET?=libgomnivoicecpp.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF