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

14 lines
277 B
JSON

{
"apps": [
{
"name": "AI-API",
"script": "node /code/llamabot.js",
"args" : ""
},
{
"name": "DiscordBot",
"script": "python3 -m llama_cpp.server",
"args" : ""
}
]
}