RossAsscends 2cd6739aaa dynamic char delete + button/create form styling
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.
2023-03-06 10:58:10 +09:00
2023-02-15 16:49:46 +04:00
2023-01-30 13:11:41 +01:00
fix
2023-01-08 17:30:26 +04:00
2023-02-25 17:10:52 +09:00
2023-01-30 21:44:38 +01:00
2023-02-17 02:58:07 +04:00
2023-02-17 02:58:07 +04:00
2023-02-16 16:30:59 +04:00
fix
2023-01-25 12:07:46 +04:00

TavernAI is a adventure atmospheric chat (KoboldAI, NovelAI, Pygmalion)

Examples of interface and output:

Download:
Run online:

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:

  1. Download TavernAI
  2. Install Node.js v19.1.0
  3. 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


Description
LLM Frontend for Power Users.
Readme AGPL-3.0 351 MiB
Languages
JavaScript 87.3%
HTML 9.3%
CSS 2.9%
Less 0.3%