openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
5 lines • 315 B
TypeScript
//#region packages/memory-host-sdk/src/host/embedding-defaults.d.ts
/** Default local embedding model used when config omits an explicit model. */
declare const DEFAULT_LOCAL_MODEL = "hf:ggml-org/embeddinggemma-300m-qat-q8_0-GGUF/embeddinggemma-300m-qat-Q8_0.gguf";
//#endregion
export { DEFAULT_LOCAL_MODEL as t };