Skip to content

Commit

Permalink
add default url for download phi3
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 committed Oct 14, 2024
1 parent 98ec322 commit edd0efd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit edd0efd

Please sign in to comment.