update hf

This commit is contained in:
Raven Scott 2023-05-06 14:34:53 +02:00 committed by MrTuxedo
parent 72059a430a
commit cae0112077
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@
"apps": [
{
"name": "AI-API",
"script": "node /code/llama.js",
"script": "node /code/llamabot.js",
"args" : ""
},
{