Merge b3df311be7 into 09be5d45d5
This commit is contained in:
commit
7b13d24157
@ -43,7 +43,8 @@ export type EmbeddingProviderOptions = {
|
||||
};
|
||||
};
|
||||
|
||||
const DEFAULT_LOCAL_MODEL = "hf:ggml-org/embeddinggemma-300M-GGUF/embeddinggemma-300M-Q8_0.gguf";
|
||||
const DEFAULT_LOCAL_MODEL =
|
||||
"hf:ggml-org/embeddinggemma-300m-qat-q8_0-GGUF/embeddinggemma-300m-qat-Q8_0.gguf";
|
||||
|
||||
function canAutoSelectLocal(options: EmbeddingProviderOptions): boolean {
|
||||
const modelPath = options.local?.modelPath?.trim();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user