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

14 lines
277 B
JSON
Raw Normal View History

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