TavernAI Turbo mod on Android with Termux
Main page: https://rentry.org/tavernai_gpt35
Okay, I assume you've already installed Termux, if not, install it from F-Droid - link to the latest APK as of 2023/03/06
Fresh install:
Assuming you have Termux, launch it and let it setup everything. Then start doing some haxoor commands:
pkg update && pkg upgrade
pkg install openssl nodejs git
git clone https://github.com/CncAnon1/TavernAITurbo tai
cd tai
npm install
- will take a while, just wait.
Now you're finally ready:
node server.js
Then just open http://127.0.0.1:8000
in your browser (it should actually open by itself). The UI is a bit broken on mobile.
Additional info
You can access termux's internal storage using an app called "Material Files". This way you can access tavern's folder to change configs, make backups and such. more info on this Termux wiki page. Source.
Updating to a newer version without reinstalling:
cd tai
(if you're not in the TavernAI's folder)curl -O upd.zip yourlink
, likecurl -O upd.zip https://files.catbox.moe/geoqm.zip
unzip -o upd.zip
npm install
Then, if you exit Termux and want to start Tavern again, boot up Termux, cd tai
and do the same node server.js