Commit Graph

201 Commits

Author SHA1 Message Date
17925423ae Merge pull request #999 from StefanDanielSchwarz/roleplay-context
Return of the Roleplay Context
2023-08-24 00:29:05 +03:00
7cafa5d374 improved preset selection logic 2023-08-23 22:22:52 +02:00
8938ea1d72 auto select presets 2023-08-23 20:17:45 +02:00
bc5fc67906 Put tokenizer functions to a separate file. Cache local models token counts 2023-08-23 02:38:43 +03:00
9deaec5877 More typechecks and comments 2023-08-22 14:30:49 +03:00
e2bac7ec5f Add type checking and JSDoc comments to some utils 2023-08-22 13:07:24 +03:00
2615eb8532 Extract system message templates to template files 2023-08-22 10:37:18 +03:00
92686d4ba8 Optimize WI editor header. Add entries search 2023-08-22 01:51:31 +03:00
897ad28477 Apply preset manager for instruct presets 2023-08-21 00:56:53 +03:00
6738ffe2a4 Add auto-select for instruct presets. Re-organize instruct mode code. Prepare for preset manager integration 2023-08-20 23:29:43 +03:00
e0de442523 Merge branch 'staging' of https://github.com/Cohee1207/SillyTavern into qolfeatures 2023-08-20 03:22:54 +10:00
06c7b8d7d6 [WIP] Add UI for auto-select instruct 2023-08-19 20:18:39 +03:00
0d694dcc32 Added power user option to remove examples 2023-08-20 02:25:07 +10:00
53dab00abe Merge pull request #969 from StefanDanielSchwarz/end-prompt-with-newline
End Prompt with Newline
2023-08-19 18:04:01 +03:00
6471ce2074 Clean-up uploads folder when possible 2023-08-19 17:43:56 +03:00
991ff98eaa Performance optimizations for character edit / chat opening 2023-08-19 15:58:17 +03:00
SDS
49c6676f72 End Prompt with Newline
This change adds a trailing newline to the instruct mode prompt when "Wrap Sequences with Newline" is on and "Include Names" is off. (When "Include Names" is on, "Wrap Sequences with Newline" is already applied before.)
2023-08-19 13:54:09 +02:00
3acd0a590e Merge pull request #966 from StefanDanielSchwarz/simple-proxy-for-tavern-replacement
Simple proxy for tavern replacement
2023-08-19 14:35:43 +03:00
5e9980ea08 no space after name 2023-08-19 12:35:52 +02:00
f27107e0ef Refactor and optimize group members display 2023-08-19 02:53:05 +03:00
602c5cd791 Add pagination for characters list view 2023-08-18 23:13:15 +03:00
26e2b0c8fa Fix whitespace issues 2023-08-18 21:18:54 +02:00
02cac8db8c Disable escaping of HTML/tags in templates 2023-08-18 13:53:54 +03:00
c24f636a10 Add Last output sequence setting for instruct mode 2023-08-17 23:33:27 +03:00
80092b3170 #790 Simplify local prompt formatting. Use handlebars to render story string. 2023-08-17 22:47:34 +03:00
fa35e1185e Merge branch 'release' into staging 2023-08-15 21:51:08 +03:00
8470acda41 Add English language option 2023-08-15 21:47:49 +03:00
eb81c4807a Add UI locale selector 2023-08-15 21:37:56 +03:00
869478627d Add UI locale selector 2023-08-15 21:32:17 +03:00
15db16ee8d Fuzzy search for groups 2023-08-14 17:35:48 +03:00
ad04344392 Api/Model icon option 2023-08-13 18:43:16 -04:00
82f6d11795 Add lazy chat messages rendering 2023-08-12 13:10:50 +03:00
1a07fa8365 [Feature Request] Can we please have <xml_tags> visibility back? #907 2023-08-10 11:47:17 +03:00
5ac375097b Fix last prompt line 2023-08-08 17:28:31 +03:00
508e1a06da Merge branch 'staging' of https://github.com/SillyLossy/TavernAI into staging 2023-08-08 17:11:48 +03:00
5ba7588838 Option to disable name forcing for instruct groups and personas 2023-08-08 17:11:38 +03:00
0cb63e689d Merge pull request #872 from 50h100a/kai-fmt 2023-08-08 00:41:12 +03:00
6b2455da2b setting for relaxed api urls 2023-08-04 16:49:55 -04:00
d59d7e6c8d Fix boolean conversion 2023-08-04 18:15:42 +03:00
b407fe2388 custom_stopping_strings_macro toggleable option 2023-08-04 16:53:49 +02:00
84283bc2b4 Add "Best match" tokenizer option 2023-08-04 14:17:05 +03:00
37e653dcf4 Add toggle for persona info notifications 2023-08-03 14:24:45 +03:00
e172f50d4f Allow /cut 0 2023-07-30 21:35:36 +03:00
aed0dab95d Markdown fix: Don't eat verticals/newlines 2023-07-28 18:35:36 -04:00
311249c5e0 Tilde does nothing in our markdown, remove it.
Match begin/end formatting symbol counts.
2023-07-28 18:09:54 -04:00
707ce62017 Advanced Character Search #786 2023-07-28 00:38:43 +03:00
260bb0af52 Fix opening character with id = '0' in /go and /random commands 2023-07-24 17:22:51 +03:00
130559d499 #746 Add preset manager for ooba/kobold 2023-07-23 23:52:31 +03:00
80fad96b1f Fix chat width when switching themes 2023-07-22 18:09:50 +03:00
7205255d18 Increase default context cap for Kobold and ooba to 4k 2023-07-21 23:47:43 +03:00