mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
2cd6739aaae3dedade01a7d1a284a4940b888470
1. enabled deletion of characters without page reload. now when a user deletes a character, the page will not auto-refresh, but they will be get a message from Chloe instructing them to pick another character to continue. 2. standardized all buttons to use menu_button class instead of individual ID stylings 3. adjusted create_form, making wider range inputs for mobile users. - moved 'back button' to the bottom of the form next to delete/create/export - changed the 'back' button on post-creation rm_info to look like a button 4. condensed redundant CSS where possible; removed unused CSS. 5. Fixed the problem of the nav auto-closing when a character is created or when using advanced editing window. 6. made the token counter load when a character is selected. previously it only showed up after edits were made. 7. found some problems with /createcharacter - if a character/PNG with the same name exists, the server won't make a new character, but it doesn't tell the user about the error. I UI acts as if the character was created. I added some soft console.error messages for this, but couldn't figure out a way to make it give a proper error. probably because fs.existsSync doesn't have a callback.
TavernAI is a adventure atmospheric chat (KoboldAI, NovelAI, Pygmalion)
Examples of interface and output:
Download:
Run online:
Links:
Features
- Creating characters with personality setup
- Choosing name and avatar for your character
- Deleting and regenerating messages
- Editing any messages
- Works with various ai models
- Importing chats from CAI
- More longer messages from characters
- Choosing atmospheric backgrounds
- Creating and easy choosing preset settings
How to install
In Detail:
Briefly:
- Download TavernAI
- Install Node.js v19.1.0
- Run Start.bat (or use command: npm install, node server.js)
AI Models
Tips
Use this button to edit the message
If the message is not finished, you can simply send the request again, TavernAI will understand that this is a continuation.
(Works with KoboldAI and NovelAI models, not with Pygmalion)
Additional materials
https://www.reddit.com/user/Crataco/comments/zuowi9/opensource_chatbot_companions/
For contacts
- Discord: Humi#5044
Languages
JavaScript
87.3%
HTML
9.3%
CSS
2.9%
Less
0.3%