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

15 lines
313 B
JSON
Raw Normal View History

2023-05-05 19:41:03 -04:00
{
"apps": [
{
2023-05-06 16:19:08 -04:00
"name": "Discord-Bot",
2023-05-06 08:34:53 -04:00
"script": "node /code/llamabot.js",
2023-05-05 19:41:03 -04:00
"args" : ""
},
{
2023-05-06 16:19:08 -04:00
"name": "AI-API",
2023-05-07 08:18:17 -04:00
"script": "python3 -m llama_cpp.server --model /code/ggml-vic7b-q4_0.bin",
2023-05-05 19:41:03 -04:00
"args" : ""
}
]
2023-05-06 16:19:08 -04:00
}