update hf
This commit is contained in:
parent
973952aee1
commit
9bc44c56f8
@ -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
|
@ -2,7 +2,7 @@
|
||||
"apps": [
|
||||
{
|
||||
"name": "AI-API",
|
||||
"script": "node /code/llama.js",
|
||||
"script": "node /code/llamabot.js",
|
||||
"args" : ""
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user