Initialize repo
This commit is contained in:
21
src-tauri/capabilities/llama.json
Normal file
21
src-tauri/capabilities/llama.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user