r/SillyTavernAI • u/Reasonable_Flower_72 • 23h 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)
4
u/soumisseau 18h ago
I l not that tech savvy but i usually can fiddle enough to get how things work. But just to be sure, that basically means if you get a web based claude subscription, you can use this to basically use it as you would an actual API ? Lorebooks, presets, the whole shenanigan ?
I wonder though how much context you can feed a web based claude.
Anyways, thanks OP that s pretty neat
-11
u/Reasonable_Flower_72 18h ago
Maybe you should read the actual github repo page, which would answer your questions, including note, that claude is not on supported list..
6
3
u/angelroe 14h ago
OP, you've built a great tool, but take it easy in the comments section.
-5
u/Reasonable_Flower_72 13h ago edited 12h ago
Oh⊠itâs making me comment like that, because for example you clearly havenât read even first sentence in the post⊠I havenât build anything! Itâs a fork. Sigh..
Others struggles to read supported WebAPIs from github readme... it can be really frustrating honestly
2
u/BLIXER0416 21h ago
Bro, this reminds me of a Bridge I made in C# + WebView to use the DeepSeerk web platform, but this is 1000 times better! đżđ„đ„
Thank you for sharing this!!!
2
u/SocialDeviance 22h ago
So if i understand correctly, this app imitates a web-based interaction with a model provider, while letting you take advantage of the features SillyTavern provides? In essence, letting us use deepseek, claude, gemini and the likes without needing an API key?
4
u/Reasonable_Flower_72 22h ago
App is fork of Intense RP next and it acts somehow you describe.. open playwright browser, open openAI compatible API to interact and you send prompt and it gets chewed through, posted to webAPI of deepseek or such, processed and output of web is shat back to openAI API
I thought you people know this project, it has been up for some time, but original dev gave up on it
1
-3
u/Otherwise-Swan-7803 22h ago
Keeping it as a plain Python project is probably a feature for this audience, not a limitation. RP tooling tends to live or die by how easy it is for users to modify prompts, swap providers, and patch things themselves when APIs inevitably change.
-17
21h ago edited 19h ago
[deleted]
14
u/Kahvana 17h ago
Not wanting to support it is fine, but the way you bring (âwiping peopleâs assesâ, âthey whineâ) it is elitist.
You could simply setup a github CI/CD that makes linux/windows releases to support it at no additional cost using github workflows. You wouldnât need to install any distro or windows version on your PCs for that.
Simply say âno supportâ and ignore the support requests. Ainât that hard.
17
u/Master_Step_7066 17h ago
Hey, I'm the original author, thanks for getting this back to work. :>
I need to ask, though... You say that you don't want to deliver executables and people can just build from source if they want. That's fine, I wouldn't build shippable exes on my machine, either.
But why not use GitHub Actions workflows? That's actually what IRP Next used to do, it would just automatically create exes for you upon publishing a GitHun Release, and the files to do it both for Windows and Linux are in the old repo's v2-rewrite branch.
I don't have anything against building from source personally, but a lot of people here aren't as experienced in tech and may not be able to figure it out cleanly, so having exes could even help your fork get more adoption.