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