llama-cpp-python-djs-bot/huggingface-config/startServices.json

15 lines
279 B
JSON
Raw Normal View History

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