llama-cpp-python-djs-bot/huggingface-config/startServices.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" : ""
}
]
}