From cae0112077648e347d51ffbfa5084d1fa8f190b4 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sat, 6 May 2023 14:34:53 +0200 Subject: [PATCH] update hf --- huggingface-config/start.sh | 6 ++++++ huggingface-config/startServices.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/huggingface-config/start.sh b/huggingface-config/start.sh index e69de29..80fc64f 100644 --- a/huggingface-config/start.sh +++ b/huggingface-config/start.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# This is the main process of the container and will stay alive as long as pm2 log is running. + +pm2 start startServices.json + +pm2 log \ No newline at end of file diff --git a/huggingface-config/startServices.json b/huggingface-config/startServices.json index 052ce35..e4475fd 100644 --- a/huggingface-config/startServices.json +++ b/huggingface-config/startServices.json @@ -2,7 +2,7 @@ "apps": [ { "name": "AI-API", - "script": "node /code/llama.js", + "script": "node /code/llamabot.js", "args" : "" }, {