15 lines
279 B
JSON
15 lines
279 B
JSON
{
|
|
"apps": [
|
|
{
|
|
"name": "Discord-Bot",
|
|
"script": "node /code/llamabot.js",
|
|
"args" : ""
|
|
},
|
|
{
|
|
"name": "AI-API",
|
|
"script": "python3 -m llama_cpp.server",
|
|
"args" : ""
|
|
}
|
|
]
|
|
}
|