mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'Cohee1207:dev' into dev
This commit is contained in:
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -30,6 +30,7 @@ Providing the logs from the browser DevTools console (opened by pressing the F12
|
|||||||
**Desktop (please complete the following information):**
|
**Desktop (please complete the following information):**
|
||||||
- OS/Device: [e.g. Windows 11]
|
- OS/Device: [e.g. Windows 11]
|
||||||
- Environment: [cloud, local]
|
- Environment: [cloud, local]
|
||||||
|
- Node.js version (if applicable): [run `node --version` in cmd]
|
||||||
- Browser [e.g. chrome, safari]
|
- Browser [e.g. chrome, safari]
|
||||||
- Generation API [e.g. KoboldAI, OpenAI]
|
- Generation API [e.g. KoboldAI, OpenAI]
|
||||||
- Branch [main, dev]
|
- Branch [main, dev]
|
||||||
|
5
start.sh
5
start.sh
@@ -10,7 +10,8 @@ then
|
|||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
nvm install node;;
|
nvm install lts
|
||||||
|
nvm use lts;;
|
||||||
n|N )
|
n|N )
|
||||||
echo "Nodejs and npm will not be installed."
|
echo "Nodejs and npm will not be installed."
|
||||||
exit;;
|
exit;;
|
||||||
@@ -30,4 +31,4 @@ echo "Installing Node Modules..."
|
|||||||
npm i
|
npm i
|
||||||
|
|
||||||
echo "Entering SillyTavern..."
|
echo "Entering SillyTavern..."
|
||||||
node server.js
|
node "$(dirname "$0")/server.js"
|
Reference in New Issue
Block a user