Merge branch 'main' into dev

This commit is contained in:
SillyLossy
2023-05-15 17:00:04 +03:00
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ Providing the logs from the browser DevTools console (opened by pressing the F12
**Desktop (please complete the following information):**
- OS/Device: [e.g. Windows 11]
- Environment: [cloud, local]
- Node.js version (if applicable): [run `node --version` in cmd]
- Browser [e.g. chrome, safari]
- Generation API [e.g. KoboldAI, OpenAI]
- Branch [main, dev]

View File

@ -31,4 +31,4 @@ echo "Installing Node Modules..."
npm i
echo "Entering SillyTavern..."
node server.js
node "$(dirname "$0")/server.js"