Ubuntu 20.04+SillyTavern+clewd+claude(TB购买)
0x00 安装NodeJS相关
- sudo apt update
- sudo apt install nodejs npm
- npm config set registry http://registry.npmmirror.com
- npm install -g forever
- npm install n -g
- sudo n stable
- hash -r
- node -v
0x01 安装SillyTavern
- git clone https://github.com/SillyTavern/SillyTavern -b release
- cd SillyTavern/
- sh start.sh
- vim config.yaml
- listen : false -> true
- whitelistMode : true -> false
- basicAuthMode : false -> true
- basicAuthUser 更改<username>/<password>
0x02 安装clewd
- git clone https://github.com/teralomaniac/clewd.git -b test
- cd clewd/
- sh start.sh
- vim config.js
- 填好<api_rProxy>的值
- sh start.sh &
0x03 反代设置
参考:戳我

0x04 破限设置
破限素材来源:戳我
菜单第一个“AI响应配置”,选择“导入预设“功能把json文件导入即可。