From edd0efd6b0f251df9e7f38254a23392496488e19 Mon Sep 17 00:00:00 2001 From: cbh778899 Date: Mon, 14 Oct 2024 17:19:43 +1100 Subject: [PATCH] add default url for download phi3 Signed-off-by: cbh778899 --- src/utils/types.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/types.js b/src/utils/types.js index 25e9495..a607171 100644 --- a/src/utils/types.js +++ b/src/utils/types.js @@ -5,3 +5,5 @@ export const LOAD_FIRST_TIME = 2; export const LOAD_FINISHED = 1; export const LOAD_SET_SETTINGS = 2; export const LOAD_SKIP_SETTINGS = 3; + +export const DEFAULT_LLAMA_CPP_MODEL_URL = "https://huggingface.co/aisuko/Phi-3-mini-4k-instruct-gguf/resolve/main/Phi3-mini-4k-instruct-Q4.gguf" \ No newline at end of file