Commit Graph

318 Commits

Author SHA1 Message Date
SillyLossy
a079dfaf11 Add newlines 2023-02-25 01:12:03 +02:00
SillyLossy
433a6575e8 Clean-up minor stuff for PR 2023-02-25 01:10:03 +02:00
SillyLossy
9a136dbd75 Post-merge fixes 2023-02-25 00:25:30 +02:00
SillyLossy
63a1f7abee Merge with ross changes 2023-02-25 00:02:17 +02:00
RossAscends
5cf91b1264 some more index.html reverts
added back in cookie JS, favicon, and removed bootstrap links/script references.
2023-02-25 06:31:00 +09:00
RossAscends
aa33f3be94 small CSS fix, reverting to default.
line 62 and 74 : background URL from "taverna.png" (my change) to "tavern.png" (default). I had made the url changes as a test for functionality while altering BG behavior. 

Even if taverna.png is in the CSS, the BG swapping works properly. 

I think I did this because having it set to tavern.png in the initial CSS will remove whatever BG was chosen by the user in a previous session. Could be wrong about that.
2023-02-25 06:18:15 +09:00
RossAscends
1f4c01fedf manual re-addition of index.html tokenizer code
line 849:
if((anchorTop != "" || charPersonality != "") && !is_pygmalion){

line 1035:
if(message_already_generated.indexOf('You:') === -1 && message_already_generated.indexOf('<|endoftext|>') === -1 && tokens_already_generated < parseInt(amount_gen) && getMessage.length > 0){
2023-02-25 06:03:12 +09:00
RossAscends
1c0ce37d3e Update bg_load.css 2023-02-25 05:46:17 +09:00
RossAscends
872c39ce3b Update index.html 2023-02-25 05:45:19 +09:00
RossAsscends
02330b4d12 Ross CSS 1.2.8 + hotkeys take 3 2023-02-25 05:36:41 +09:00
SillyLossy
b879b53a55 Add notes for Insertion Position 2023-02-23 20:43:58 +02:00
SillyLossy
5bea179f3b Update GPT tokenizer
Fixes being unable to tokenize words like constructor/toString/etc
2023-02-23 15:07:05 +02:00
SillyLossy
6eedc8e44c Add ability to change WI position 2023-02-23 01:51:05 +02:00
SillyLossy
9f04dcb498 Make resizable inputs in editor of WI 2023-02-22 21:04:16 +02:00
SillyLossy
215e7cef65 Reduced send area placeholder (ugly on mobile) 2023-02-22 00:06:46 +02:00
SillyLossy
3686971848 Add order of entries. 2023-02-21 23:31:19 +02:00
SillyLossy
eff98b6efd Corrections to example lore 2023-02-21 16:19:03 +02:00
SillyLossy
b36932f4df Merge branch 'main' of https://github.com/SillyLossy/TavernAI 2023-02-21 16:08:55 +02:00
SillyLossy
6b619b225b Better example lore. 2023-02-21 16:08:53 +02:00
SillyLossy
4d95807d4d Update note 2023-02-21 12:15:20 +02:00
SillyLossy
e787370fc3 Default WI depth lowered 2023-02-21 12:11:04 +02:00
SillyLossy
c17e4c321c Move world info to client side 2023-02-21 00:19:48 +02:00
SillyLossy
53bfce557f Replace implementation of world info 2023-02-20 18:19:46 +02:00
SillyLossy
94d4b06dc7 Merge branch 'TavernAI:main' into main 2023-02-19 12:43:51 +02:00
Ash
388acc4ddd optimisation checking EOS tag 2023-02-17 19:04:50 +04:00
Ash
d6afa07560 favicon 2023-02-17 14:52:08 +04:00
SillyLossy
fcac6b0fe2 Change button styles 2023-02-15 21:41:08 +02:00
SillyLossy
2989f9566d Merge branch 'TavernAI:main' into main 2023-02-15 17:41:02 +02:00
Ash
e764f94c8a Colab: add lt for KoboldAI 2023-02-15 16:49:46 +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
SillyLossy
7d2e4d4888 Style a system message. Fix up spacing in bias 2023-02-15 11:36:30 +02:00
SillyLossy
4ed158e23e Visual touche 2023-02-15 11:19:21 +02:00
SillyLossy
d6e6f9520d Hide SPs select for now, refactor async endpoints 2023-02-15 11:08:01 +02:00
SillyLossy
3affc38b39 Better info about bias 2023-02-15 10:56:59 +02:00
SillyLossy
10e5e1e5ea Visual touche and fix-up of everything broken 2023-02-15 10:53:30 +02:00
SillyLossy
083e5efb32 Add missing div 2023-02-15 02:31:25 +02:00
SillyLossy
41c32fd12f Merge remote-tracking branch 'origin/softprompt' 2023-02-15 02:21:44 +02:00
SillyLossy
338de3f042 Merge remote-tracking branch 'upstream/main' 2023-02-15 02:19:57 +02:00
SillyLossy
052f12f8bc Add message bias and a system message support 2023-02-14 18:41:17 +02:00
SillyLossy
d1b7423f7b Merge branch 'main' into charsearch 2023-02-14 11:31:01 +02:00
SillyLossy
c89e28a645 Merge pull request #3 from RossAscends/CSS-Grey
CSS/JS/HTML edits
2023-02-14 11:28:45 +02:00
10sa
9490c898c9 Implementats CSRF Token 2023-02-13 23:54:08 +09:00
SillyLossy
028b860bde Adjust CSS 2023-02-13 14:08:06 +02:00
SillyLossy
1922499193 Aligned search bar vertically 2023-02-13 13:59:56 +02:00
SillyLossy
c0a8e26564 Move search form farther from scroll bar 2023-02-12 22:53:24 +02:00
SillyLossy
b2fbd3d972 Removed extra closing div (I'm stoopid) 2023-02-12 22:43:44 +02:00
SillyLossy
0eb8aecdb2 Merge branch 'TavernAI:main' into softprompt 2023-02-12 22:34:42 +02:00
SillyLossy
4e638c65c5 Added search bar for characters 2023-02-12 20:13:23 +02:00
SillyLossy
38d83c7eec Add softprompts selector 2023-02-12 18:11:33 +02:00
SillyLossy
87428fba78 Add world creation button 2023-02-12 14:31:01 +02:00