21 lines
490 B
JSON
21 lines
490 B
JSON
{
|
|
"identifier": "llama-capability",
|
|
"description": "Capability to run local AI server",
|
|
"local": true,
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
{
|
|
"identifier": "shell:allow-execute",
|
|
"allow": [
|
|
{
|
|
"name": "llama-server",
|
|
"cmd": ".*llama-server\\.exe",
|
|
"sidecar": false,
|
|
"args": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |