UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 306 B
//#region packages/memory-host-sdk/src/host/embedding-defaults.ts /** Default local embedding model used when config omits an explicit model. */ 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 };