Commit Graph

38 Commits

Author SHA1 Message Date
SillyLossy
677913d87a Add device detector 2023-04-29 15:46:10 +03:00
SillyLossy
38929366fb Fix [BUG] Poe.com "Invalid or expired token" when trying to use poe.com API. Cohee1207/SillyTavern#177 2023-04-26 11:55:33 +03:00
maver
0b1e1625b0 Merge branch 'main' into feature/ssl-encryption 2023-04-22 21:05:22 +02:00
SillyLossy
21586ab139 Update relative paths 2023-04-22 21:49:50 +03:00
maver
e19990ee45 Add yargs dependency
Yargs is a powerful library for parsing command-line arguments.
2023-04-22 20:41:36 +02:00
SillyLossy
7dd59a26fa Update package.json 2023-04-22 21:06:49 +03:00
SillyLossy
90132e5c52 Add .npmignore 2023-04-22 20:58:47 +03:00
SillyLossy
ca8b921e30 Adjustments for npm package 2023-04-22 20:34:01 +03:00
SillyLossy
c6214086de Update package.json 2023-04-22 19:59:18 +03:00
Cohee
25456f58d2 Update package.json 2023-04-22 19:47:24 +03:00
SillyLossy
c72d61abfa Update package.json 2023-04-22 19:43:25 +03:00
SillyLossy
d41e639639 Update package version 2023-04-22 19:33:57 +03:00
SillyLossy
36a1120251 Update package.json 2023-04-22 19:33:39 +03:00
SillyLossy
683cc5aaf7 Rebranding 2023-04-22 19:13:11 +03:00
SillyLossy
14cc5ba937 Use proper tokenizer for Poe 2023-04-13 16:26:08 +03:00
SillyLossy
a305536ca9 Fix security dependencies 2023-04-09 19:06:03 +03:00
SillyLossy
2c57d0efb6 Json/Webp export 2023-04-08 18:09:53 +03:00
SillyLossy
0ca66ee471 webp import 2023-04-08 13:19:02 +03:00
RossAscends
b8434daa91 attempt to add node compressions 2023-04-07 19:59:20 +09:00
SillyLossy
e3419403a6 Port poe messaging to JS 2023-04-03 22:10:58 +03:00
SillyLossy
3d41e68a8f Bump version 2023-03-27 18:16:26 +03:00
SillyLossy
afab72dfd7 Rearrange status bars 2023-03-23 13:10:01 +02:00
SillyLossy
e6413d0905 OpenAI support (by @CncAnon1) 2023-03-21 23:31:26 +02:00
SillyLossy
624b843f79 Added mime filter 2023-03-21 15:10:58 +02:00
SillyLossy
20c6cb242b Sanitizing 2023-03-21 14:30:06 +02:00
SillyLossy
63409e26f1 Update package version 2023-03-19 21:10:41 +02:00
SillyLossy
6d85f527a2 Farewell, stupid sharp. Hello jimp (thx CncAnon) 2023-03-15 13:56:53 +02:00
Ash
6cf2d95144 ip whitelist check fix 2023-02-17 02:58:07 +04:00
Ash
366f235c02 @1.2.8:
1) Security update: https://github.com/TavernAI/TavernAI/security/advisories/GHSA-25wp-82wc-xchj
2) Fixed several bugs related to character import: now all imported characters are added to the top of the list.
3) Fixed a bug that duplicated character cards if the character name and map name did not match.
4) Made minor fixes for prompt formatting.
5) Added the ability to enable/disable TavernAI autostart in the browser through the configuration file.
6) Adapted for Pygmalion Dev.
2023-02-15 15:33:06 +04:00
10sa
1041fb77f7 Apply CORS Settings 2023-02-14 20:05:51 +09:00
10sa
9490c898c9 Implementats CSRF Token 2023-02-13 23:54:08 +09:00
Ash
e451bdf4d0 @1.2.7
The bug with multigen 100+ token has been fixed.
The replacement of <USER>, {{user}}, <BOT>, {{char}} in Description, First message, Personality Summary and Scenario has been added.
Added full Markdown support.
The behavior of scrolling the chat to the cursor when editing a message has been fixed.
The offline functionality of TavernAI has been fixed.
2023-02-05 18:12:18 +04:00
Ash
f96bc01d9b Colab and any fix 2023-02-01 23:55:01 +04:00
Ash
bd338518a0 @1.2.6
Multigeneration now takes context into account
Html tags are now displayed in the message
Fixed a bug where the chat selection was saved only after editing the character
Minor fixes
2023-01-30 20:03:50 +04:00
Ash
18732874dc Set route for compilation 2023-01-30 12:20:14 +04:00
Noelle
ab87fdec38 Open automatically in browser
Uses the open module to launch Tavern once it's ready in the browser.
2023-01-26 03:02:28 -05:00
Ash
7b87227cd2 Update 1.2.0 Theme of update: Characters
1) Character files now represent images, all data about the characters is located within the image file. This makes it easy to exchange characters.

You do not need to redesign your old characters in the new format, the conversion will happen automatically, old character files will not be deleted

2) Import function for characters is available, you can also import characters in the old TavernAI .json format, and you can also import characters from the Pygmalion notebook format

3) Export function for characters is available

4) The chat structure has been completely redesigned, now chats are located in the public/chats folder, chats now represent jsonl files, messages can be read one line at a time from such a file, this will help for future optimization when there are many messages

5) A new menu for selecting saved TavernAI chats is now available

Importing TavernAI chats is now available

Importing chats from CAI is now available

6) Additional advanced settings have been added for characters. A "Scenario" field has been added, as well as a "Dialogue Examples" field

7) Full support for the Pygmalion format has been added

A indicator now appears when special formatting for Pygmalion is enabled

8) Many other minor bugs have been fixed

To update an old version to version 1.2.0, you simply need to copy files with replacement.
2023-01-24 17:30:40 +04:00
Ashen One
a417031af4 main 2022-12-22 07:22:29 +04:00