2023-05-06 01:41:03 +02:00
|
|
|
{
|
|
|
|
"apps": [
|
|
|
|
{
|
2023-05-06 22:19:08 +02:00
|
|
|
"name": "Discord-Bot",
|
2023-05-06 14:34:53 +02:00
|
|
|
"script": "node /code/llamabot.js",
|
2023-05-06 01:41:03 +02:00
|
|
|
"args" : ""
|
|
|
|
},
|
|
|
|
{
|
2023-05-06 22:19:08 +02:00
|
|
|
"name": "AI-API",
|
2023-05-08 22:15:51 +02:00
|
|
|
"script": "python3 -m llama_cpp.server",
|
2023-05-06 01:41:03 +02:00
|
|
|
"args" : ""
|
|
|
|
}
|
|
|
|
]
|
2023-05-06 22:19:08 +02:00
|
|
|
}
|