Commit Graph

2918 Commits

Author SHA1 Message Date
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
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
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
1c0ce37d3e Update bg_load.css 2023-02-25 05:46:17 +09:00
872c39ce3b Update index.html 2023-02-25 05:45:19 +09:00
3663eb4564 Merge branch 'main' of https://github.com/RossAscends/TavernAI 2023-02-25 05:38:14 +09:00
02330b4d12 Ross CSS 1.2.8 + hotkeys take 3 2023-02-25 05:36:41 +09:00
d8544385ab Merge pull request #1 from SillyLossy/ross-css
New CSS from RossAscends
2023-02-25 05:14:43 +09:00
21198fbad8 New CSS from RossAscends
Cleaner changes from https://github.com/RossAscends/TavernAI/tree/RossAscends-TavernAI-UI-for-1.2.8
2023-02-24 21:13:37 +02:00
b879b53a55 Add notes for Insertion Position 2023-02-23 20:43:58 +02:00
5bea179f3b Update GPT tokenizer
Fixes being unable to tokenize words like constructor/toString/etc
2023-02-23 15:07:05 +02:00
6eedc8e44c Add ability to change WI position 2023-02-23 01:51:05 +02:00
9f04dcb498 Make resizable inputs in editor of WI 2023-02-22 21:04:16 +02:00
215e7cef65 Reduced send area placeholder (ugly on mobile) 2023-02-22 00:06:46 +02:00
3686971848 Add order of entries. 2023-02-21 23:31:19 +02:00
406724f200 Disable server-side WI entirely 2023-02-21 16:22:28 +02:00
eff98b6efd Corrections to example lore 2023-02-21 16:19:03 +02:00
b36932f4df Merge branch 'main' of https://github.com/SillyLossy/TavernAI 2023-02-21 16:08:55 +02:00
6b619b225b Better example lore. 2023-02-21 16:08:53 +02:00
4d95807d4d Update note 2023-02-21 12:15:20 +02:00
e787370fc3 Default WI depth lowered 2023-02-21 12:11:04 +02:00
fd416dc6ae Merge branch 'main' of https://github.com/SillyLossy/TavernAI 2023-02-21 10:24:51 +02:00
c17e4c321c Move world info to client side 2023-02-21 00:19:48 +02:00
41ab2eb1c3 Move world info to client side 2023-02-21 00:17:07 +02:00
53bfce557f Replace implementation of world info 2023-02-20 18:19:46 +02:00
94d4b06dc7 Merge branch 'TavernAI:main' into main 2023-02-19 12:43:51 +02:00
Ash
a104082943 ip checking whitelist fix 2 2023-02-18 20:17:35 +04:00
Ash
f24fd58710 ip whitelist fix 2023-02-18 19:54:44 +04: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
Ash
6cf2d95144 ip whitelist check fix 2023-02-17 02:58:07 +04:00
Ash
7b9837fd06 fix 2023-02-17 02:42:49 +04: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
7cf902b7d2 Add async error handling 2023-02-16 13:01:11 +02:00
fcac6b0fe2 Change button styles 2023-02-15 21:41:08 +02:00
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
f60f2cb7a7 Uncomment set of boolean fields on Kobold WI 2023-02-15 14:35:31 +02:00
Ash
a73decaac6 colab 2023-02-15 16:06:37 +04:00
Ash
171806db2f colab 2023-02-15 16:05:26 +04:00
Ash
dbcc628d53 Merge branch 'main' of https://github.com/TavernAI/TavernAI
# Conflicts:
#	server.js
2023-02-15 15:36:42 +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
7d2e4d4888 Style a system message. Fix up spacing in bias 2023-02-15 11:36:30 +02:00
4ed158e23e Visual touche 2023-02-15 11:19:21 +02:00
d6e6f9520d Hide SPs select for now, refactor async endpoints 2023-02-15 11:08:01 +02:00
3affc38b39 Better info about bias 2023-02-15 10:56:59 +02:00
10e5e1e5ea Visual touche and fix-up of everything broken 2023-02-15 10:53:30 +02:00
083e5efb32 Add missing div 2023-02-15 02:31:25 +02:00