Commit Graph

68 Commits

Author SHA1 Message Date
Cohee
db9afd80a4 Update readme.md 2023-04-06 11:23:06 +03:00
Cohee
51e141a6dc Update readme.md 2023-04-06 11:15:11 +03:00
Cohee
23cc5e43aa Update readme.md 2023-04-06 11:10:00 +03:00
Cohee
891ce398b1 Update readme.md 2023-04-06 11:08:30 +03:00
Cohee
cd35b35df3 Merge branch 'main' into paniphons-patch-1 2023-04-06 11:04:53 +03:00
Paniphon
d96eaac951 Update README with beginner FAQ and Author's Notes 2023-04-06 14:57:47 +07:00
Cohee
ed2cd1ab23 Update readme.md 2023-04-06 10:37:42 +03:00
Cohee
db58aae28e Update readme.md 2023-04-06 00:14:23 +03:00
Cohee
e489061b6f Update readme.md 2023-04-05 22:49:54 +03:00
Cohee
a3c9d58f86 Rebranding 2023-04-05 21:27:31 +03:00
Cohee
b9ae8efc5b Update readme.md 2023-03-29 22:45:55 +03:00
Cohee
95b5ada024 Update readme.md 2023-03-29 22:42:01 +03:00
Cohee
f9a6cfc806 Merge pull request #14 from SillyLossy/dev
Dev
2023-03-29 22:14:38 +03:00
SillyLossy
f94dd07ae5 Don't destroy local storage on ctrl+arrow 2023-03-29 17:15:16 +03:00
Cohee
31ec4f078e Update readme.md 2023-03-28 12:26:11 +03:00
Cohee
66fd7123bc Update readme.md 2023-03-24 15:18:10 +02:00
RossAsscends
7ea6f7f8e1 TFS slider set to 0.01 step for higher accuracy at high levels 2023-03-23 14:36:09 +09:00
SillyLossy
2b3856d879 Merge branch 'main' into dev 2023-03-22 02:36:48 +02:00
SillyLossy
edab2e84b9 More credits 2023-03-22 00:51:06 +02:00
Cohee
cc42dcf555 Update readme.md 2023-03-21 02:34:59 +02:00
Cohee
b124c5c87d Update readme.md 2023-03-21 02:34:09 +02:00
Cohee
4c9ce79811 Update readme.md 2023-03-21 02:33:41 +02:00
Cohee
c414a20221 Update readme.md 2023-03-21 02:32:31 +02:00
Cohee
847a179b7a Update readme.md 2023-03-21 02:32:08 +02:00
Cohee
8bae9d8472 Update readme.md 2023-03-20 19:28:20 +02:00
Cohee
df8e44e527 Update readme.md 2023-03-20 19:22:57 +02:00
Cohee
54b0628631 Update readme.md 2023-03-19 20:49:04 +02:00
RossAsscends
9483ec464a added
- swipes library
- CSS for mobile,
- swipe left/right on last msg to regenerate
2023-03-15 23:27:00 +09:00
RossAsscends
5f2882e33f more typos 2023-03-15 08:50:11 +09:00
RossAsscends
c51f63cd7a fixed typos in readme and RA-mod.js comments 2023-03-15 08:42:29 +09:00
RossAscends
2434822a44 Update readme.md 2023-03-15 05:52:25 +09:00
RossAscends
b8c99ef2c1 Update readme.md 2023-03-15 05:15:40 +09:00
Cohee
4488110ea0 Update readme.md 2023-03-13 19:27:25 +02:00
Cohee
6a5a0efff9 Update readme.md 2023-03-12 23:31:15 +02:00
Cohee
61a8c65b2d Update readme.md 2023-03-12 23:31:01 +02:00
Cohee
1668b94f97 Update readme.md 2023-03-12 22:25:40 +02:00
Cohee
74647ab270 Update readme.md 2023-03-12 16:01:29 +02:00
Ash
5e272e91d2 readme fix 2023-02-16 16:30:59 +04:00
Ash
82323fb2eb readme fix 2023-02-16 16:27:40 +04:00
Ash
cebcd970c1 readme fix 2023-02-16 16:26:52 +04:00
Ash
2dc54a95b5 colab 2023-02-13 13:02:08 +04:00
Ash
89f575852b fix 2023-02-12 23:15:06 +04:00
Ash
d23f6e541d fix 2023-02-08 21:49:35 +04:00
Ash
00d731a55b fix 2023-02-02 16:11:18 +04:00
Ash
01da74e3a0 fix 2023-02-02 15:55:56 +04:00
Ash
f04961c8d3 fix 2023-01-24 23:56:27 +04:00
Ash
e38df3bf0a fix 2023-01-24 21:46:50 +04: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
Ash
099809c742 fix 2023-01-12 13:30:56 +04:00
Ash
5e15e685a7 fix 2023-01-11 07:56:53 +04:00