Mindus
52ee6eaa1d
[Docker] Fix
...
- changed seperate vol. for characters, chats, ... to single config vol.
- settings.json is now persistent
Fixes #1
2023-01-30 13:11:41 +01:00
Ash
18732874dc
Set route for compilation
2023-01-30 12:20:14 +04:00
Borov666
9642f8acf5
Merge pull request #24 from Neutrovertido/main
...
Fix for PayloadTooLarge error when saving a large chat filesize
2023-01-29 12:55:30 +04:00
Borov666
8cfa142b23
Merge pull request #19 from Mindus1/Mindus1/issue18
...
Add Dockerfile for easy hosting TavernAI-GUI on multiple platforms.
2023-01-29 11:22:14 +04:00
Neutrovertido
b695107b39
Fix issue PayloadTooLarge
2023-01-28 14:53:12 -06:00
Mindus
1bf922d395
Fix
...
- Automatic change of windows line endings when building docker image
- Creating characters, chats, avatars folders before adding defaults
2023-01-28 13:19:02 +01:00
Ash
ec607362b6
@1.2.5
2023-01-28 15:44:58 +04:00
Ash
e23a0d2a93
@1.2.5 CAI Import chat fix
2023-01-28 15:42:40 +04:00
Ash
4591056e38
Pygmalion 6b Colab setting preset
2023-01-28 14:51:31 +04:00
Ash
448941af5d
Pygmalion 6b Colab setting preset
2023-01-28 14:32:44 +04:00
Ash
5a6e8a8d0d
character fix
2023-01-27 09:38:43 +04:00
Ash
9aafceacc6
characters fix
2023-01-26 23:53:18 +04:00
Ash
4e720aa333
@1.2.4
...
fix context
2023-01-26 23:22:00 +04:00
Ash
910a54725f
@1.2.4
...
Version change
2023-01-26 22:41:38 +04:00
Ash
e63968212c
Example message context fix
...
The default size of avatars has been changed to a larger one
2023-01-26 20:40:43 +04:00
Ash
e499f6bfb4
fix
2023-01-26 13:35:06 +04:00
Ash
680dada017
For auto launch
2023-01-26 13:33:50 +04:00
Ash
741f4c41f9
Merge branch 'main' of https://github.com/TavernAI/TavernAI
2023-01-26 13:26:52 +04:00
Ash
f950972468
for merge
2023-01-26 13:24:00 +04:00
Borov666
1960be197b
Merge pull request #20 from AuroraNemoia/main
...
Open automatically in browser
2023-01-26 12:30:47 +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
Mindus
a8ea6d621c
Fix for Dockerfile
...
- Added changing permission for entrypoint script.
- Changed moving of default characters, chats and user avatars.
2023-01-25 20:58:51 +01:00
Mindus
b8d7706752
Merge branch 'TavernAI:main' into Mindus1/issue18
2023-01-25 20:27:58 +01:00
Mindus
2192308e08
Add Dockerfile for easy hosting TavernAI-GUI on multiple platforms.
...
Implements #18
2023-01-25 20:25:10 +01:00
Ash
deb55c1eef
fix
2023-01-25 14:25:15 +01:00
Ash
f784dbf556
fix
2023-01-25 17:17:30 +04:00
Ash
3ade2a3c90
@1.2.3
...
Fixed stuck messages
Fixed freezes
2023-01-25 13:52:52 +04:00
Ash
8bb41605e9
fix
2023-01-25 12:07:46 +04:00
Ash
7391878b1c
@1.2.2
...
Fixed multiplication of spaces in Pygmalion
Fixed the loop of generation for Pygmalion
2023-01-25 03:24:38 +04:00
Ash
f04961c8d3
fix
2023-01-24 23:56:27 +04:00
Ash
4e92d6a582
version fix
2023-01-24 23:28:57 +04:00
Ash
533dca5a1a
fix
2023-01-24 22:00:57 +04:00
Ash
e38df3bf0a
fix
2023-01-24 21:46:50 +04:00
Ash
b07c6f203b
fix
2023-01-24 21:43:01 +04:00
Ash
ec7b9b26c1
remove modules
2023-01-24 21:41:10 +04:00
Ash
790695a2e5
@1.2.1
...
Message send fix
2023-01-24 20:36:36 +04:00
Ash
cd6244d4b7
fix send message
2023-01-24 20:23:27 +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
26ebf6ec64
modules
2023-01-24 17:15:57 +04:00
Ash
21898e64fb
Message edit fix
2023-01-13 10:21:32 +04:00
Ash
308c780d69
@1.1.3
...
1) Corrected message breaks for Pygmalion models
2) Fixed NovelAI max context overflow
2023-01-12 20:25:09 +04:00
Ash
a0c6f6d482
Pygmalion settings fix
2023-01-12 13:48:07 +04:00
Ash
099809c742
fix
2023-01-12 13:30:56 +04:00
Ash
ba24a691f0
Pygmalion settings fix
2023-01-12 13:23:18 +04:00
Ash
5e15e685a7
fix
2023-01-11 07:56:53 +04:00
Ash
e424f37da1
Pygmalion 6b fix
2023-01-11 07:33:38 +04:00
Ash
f87976cc8b
Pygmalion 6b fix
2023-01-11 07:16:54 +04:00
Ash
486cda3592
fix
2023-01-11 05:31:18 +04:00
Ash
7b228eead7
@1.1.1
...
1) Pygmalion support
2023-01-11 04:40:29 +04:00
Ash
ac529307b9
Aqua and Darkness chat save fix
2023-01-10 17:35:18 +04:00