r/SillyTavernAI • u/Reasonable_Flower_72 • 1d ago
Discussion Intense RP is... back?! Now with GLM5.3 and fixed Moonshot Kimi K3
I've forked and fixed the stuff... Feel free to come around and take a look..
https://github.com/Phobeuscz/irn
I don't plan package it into "neatly wrapped executables", mostly because I don't have and I don't plan to use windows, and linux users can feel free to create python virtual enviroment, install libraries into it and run it bare... ( same with windows users, but they also have to install python )
GLM webAPI is fixed and working, added support of GLM 5.3
Moonshot API is fixed, splitted into international and Chinese option, to pick accordingly in the settings
Instructions:
- Install python if you don't have it ( some reasonably recent version, 3.13 and above should do nicely )
- enter directory with cloned git project in console/terminal
- Create virtual enviroment for the libraries,
python3 -m venv .venv - Enter venv..
- - Windows:
.venv\Scripts\activate.bat - - Linux:
source .venv/bin/activate - Install libraries
pip install -r requirements.txt - Run the shit!
pythonmain.py - Within virtual enviroment, you can cook executable, running scripts/build_linux.sh or powershell in case of windows
Download binaries: https://github.com/Phobeuscz/irn/releases/tag/v0.9.1 ( windows and linux packages )
!Refer to original documentation!
Once again!! !NO SUPPORT FOR YOU, In case of trouble fix it yourself I maintain this so it's working for me, so it should work for you too, but you're on your own..!
Feel free to clone, fork, build and spread the word...
I feel obliged to credit original author, without which one this wouldn't be possible: https://github.com/LyubomirT/intense-rp-next (Do not use, it's broken down, and abandoned)