mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"id": "llama-cpp",
|
|
"name": "llama.cpp Provider",
|
|
"description": "Local GGUF embeddings through node-llama-cpp.",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"enabledByDefault": true,
|
|
"contracts": {
|
|
"embeddingProviders": ["local"],
|
|
"memoryEmbeddingProviders": ["local"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|