14 lines
274 B
JSON
14 lines
274 B
JSON
|
{
|
||
|
"apps": [
|
||
|
{
|
||
|
"name": "AI-API",
|
||
|
"script": "node /code/llama.js",
|
||
|
"args" : ""
|
||
|
},
|
||
|
{
|
||
|
"name": "DiscordBot",
|
||
|
"script": "python3 -m llama_cpp.server",
|
||
|
"args" : ""
|
||
|
}
|
||
|
]
|
||
|
}
|