1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-08-17 06:00:33 +03:00

fix(scripts): llama.cpp default tag number on LLM setup

This commit is contained in:
louistiti 2024-06-01 21:04:46 +08:00
parent 97e0e04987
commit 40fd5fac88
No known key found for this signature in database
GPG Key ID: 92CD6A2E497E1669

View File

@ -74,7 +74,7 @@ async function downloadLLM() {
{
llamaCPPVersion: manifest.llamaCPPVersion
? manifest.llamaCPPVersion
: null
: LLM_LLAMA_CPP_RELEASE_TAG
}
)
LogHelper.success('Manifest file updated')