From a742c87f76c4a35dafc2f68a70d56ce1b4d1b28b Mon Sep 17 00:00:00 2001 From: localai-org-maint-bot Date: Fri, 4 Sep 2026 16:53:28 +0200 Subject: [PATCH] chore: :arrow_up: Update ServeurpersoCom/omnivoice.cpp to `78ce63c90d36b94a765073e8cbe0d241fc114590` (#11865) :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 4cb089dab..26e90aa9e 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?=4f33af825d66e6ef1cb185e87b4589cacf747291 +OMNIVOICE_VERSION?=78ce63c90d36b94a765073e8cbe0d241fc114590 SO_TARGET?=libgomnivoicecpp.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF