llama-cpp-python-djs-bot/huggingface-config/startServices.json
2023-05-08 22:15:51 +02:00

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" : ""
}
]
}