mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:50:43 +00:00
19 lines
328 B
JSON
19 lines
328 B
JSON
{
|
|
"id": "voyage",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"enabledByDefault": true,
|
|
"contracts": {
|
|
"memoryEmbeddingProviders": ["voyage"]
|
|
},
|
|
"providerAuthEnvVars": {
|
|
"voyage": ["VOYAGE_API_KEY"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|