mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:30:42 +00:00
34 lines
865 B
JSON
34 lines
865 B
JSON
{
|
|
"id": "lmstudio",
|
|
"enabledByDefault": true,
|
|
"providers": ["lmstudio"],
|
|
"nonSecretAuthMarkers": ["lmstudio-local"],
|
|
"providerAuthEnvVars": {
|
|
"lmstudio": ["LM_API_TOKEN"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "lmstudio",
|
|
"method": "custom",
|
|
"choiceId": "lmstudio",
|
|
"choiceLabel": "LM Studio",
|
|
"choiceHint": "Local/self-hosted LM Studio server",
|
|
"optionKey": "lmstudioApiKey",
|
|
"cliFlag": "--lmstudio-api-key",
|
|
"cliOption": "--lmstudio-api-key <key>",
|
|
"cliDescription": "LM Studio API key",
|
|
"groupId": "lmstudio",
|
|
"groupLabel": "LM Studio",
|
|
"groupHint": "Self-hosted open-weight models"
|
|
}
|
|
],
|
|
"contracts": {
|
|
"memoryEmbeddingProviders": ["lmstudio"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|