summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-12-08 15:38:52 +0300
committerGrail Finder <wohilas@gmail.com>2025-12-08 15:38:52 +0300
commit9b2fee37ab376619f6b0028f4c9aecf71204d44a (patch)
tree3d43d39c9cb25b855e9d58406328f07e5813856f /Makefile
parent02bf308452aa127e9f3d2ce5b4821ba426c4c94a (diff)
Fix: user messages copied without content
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f0c7bb..b845e6f 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ download-whisper-model: ## Download Whisper model for STT in batteries directory
echo "Please run 'make setup-whisper' first to clone the repository."; \
exit 1; \
fi
- @cd batteries/whisper.cpp && make large-v3-turbo
+ @cd batteries/whisper.cpp && bash ./models/download-ggml-model.sh large-v3-turbo-q5_0
@echo "Whisper model downloaded successfully!"
# Docker targets for STT/TTS services (in batteries directory)