Commit Graph

4913 Commits

Author SHA1 Message Date
890cf81627 Fix: InformaticAI response without message in choices 2024-04-23 03:56:50 -07:00
d97f0a4c4d Add new NAI Diffusion model 2024-04-23 03:18:45 +03:00
4370db6bdc Implement World Info activation using Vector Storage 2024-04-23 03:09:52 +03:00
6d1933c8f3 Escape name regex in message formatting function 2024-04-22 17:35:42 +03:00
776260c85a Add Data Bank to attachments extension display name 2024-04-22 16:25:46 +03:00
5a5463bd5d #2095 Suppress auto-execution on streamed swiped generations. 2024-04-22 16:02:50 +03:00
2f45f50d37 Add config value for forwarded IPs whitelisting 2024-04-22 15:52:59 +03:00
41ad7c5d26 Verify data bank attachments 2024-04-22 02:34:50 +03:00
df93d43c36 Remove obnoxious mobile padding on right panel 2024-04-22 00:02:48 +03:00
bc9c70556e Clean-up mentions of /public/ 2024-04-21 23:53:46 +03:00
f75daba6c0 Image inlining hint always visible 2024-04-21 23:38:18 +03:00
db5d2f13f9 add click hint on parser error toast 2024-04-21 16:11:35 -04:00
bcda208a7d Merge branch 'staging' into parser-v2 2024-04-21 16:04:25 -04:00
0a05d3196b set parser flag without explicit state to "on" 2024-04-21 15:52:36 -04:00
8ac6c0c96a allow quoted values in unnamed argument 2024-04-21 15:49:36 -04:00
80ff8383fe Merge pull request #2113 from SillyTavern/neo-server
Neo server
1.12.0-preview
2024-04-21 22:36:28 +03:00
5fd6202e60 Merge branch 'staging' into neo-server 2024-04-21 21:56:36 +03:00
d5c0aed973 Replace Comfy avatar placeholders with empty pixel if message fails to load 2024-04-21 21:13:50 +03:00
e832af9854 Insert group chat history with splice 2024-04-21 21:12:41 +03:00
ef5d505de3 Merge branch 'staging' into neo-server 2024-04-21 18:28:56 +03:00
842b463e60 System same as user for Llama 3 2024-04-21 18:28:44 +03:00
5992c34fb5 Add DB attachment editor 2024-04-21 18:23:41 +03:00
bae74fbbd7 Add notepad data bank file creator 2024-04-21 18:11:03 +03:00
4264d170e2 Add support for Office plugin 2024-04-21 16:27:44 +03:00
274359d1ec Move prompt manager actions row to the top 2024-04-21 14:48:21 +03:00
dac89a87b7 Fix new characters highlight 2024-04-21 14:20:24 +03:00
fb5d998cd0 Allow all macro in story strings 2024-04-21 14:06:33 +03:00
ca89be8930 Add experimental setting for file translation 2024-04-21 03:24:01 +03:00
c2256c2ac7 Fix data bank text clean-up 2024-04-21 02:05:59 +03:00
78ce23750e Add function to get data bank contents by source 2024-04-21 01:40:11 +03:00
e6ddbd1418 Export Data Bank upload function 2024-04-21 01:15:29 +03:00
344146d837 Merge branch 'staging' into neo-server 2024-04-21 01:04:03 +03:00
dcb98b2969 Substitute macros in TTS text before narrating 2024-04-21 01:02:49 +03:00
15f0e491bf Fix Perplexity generation on neo-server 2024-04-21 00:52:03 +03:00
70c4e82b89 Merge branch 'staging' into neo-server 2024-04-20 21:10:43 +03:00
1e0b76f4fc Unblock Ctrl+1-9 keystrokes 2024-04-20 20:25:21 +03:00
3a5886f53a Change generation type from regenerate to normal if the non-streaming generation fails to produce any text 2024-04-20 20:20:51 +03:00
db78346bef Add YT script loader for data bank 2024-04-20 19:58:29 +03:00
cee1774554 TC/kobold/novel sampler panel layout shuffle 2024-04-21 00:37:03 +09:00
5a51f29ee1 add default parser flags to user settings 2024-04-20 10:01:44 -04:00
5220248bc4 deal with pipes in quoted values (loose escaping) 2024-04-20 09:25:48 -04:00
2fbb4aade5 fix send on enter when no match 2024-04-20 09:00:57 -04:00
ba0c896eef remove old parser 2024-04-20 09:00:36 -04:00
45cde8b5f1 Merge branch 'neo-server' into parser-v2 2024-04-20 08:43:26 -04:00
0ffe6f195e add parser flag REPLACE_GETVAR
Replaces all {{getvar::}} and {{getglobalvar::}} macros with {{var::}}.
Inserts a series of command executors before the command with the macros that:
- save {{pipe}} to a var
- call /getvar or /getglobalvar to get the variable used in the macro
- call /let to save the retrieved variable
- return the saved {{pipe}} value

This helps to avoid double-substitutions when the var values contain text that could be interpreted as macros.
2024-04-20 08:34:36 -04:00
c11a0df619 fix cutting off handled part in substitution 2024-04-20 08:31:19 -04:00
94fa19bd2d fix autocomplete select on blank / "no match" 2024-04-20 08:30:53 -04:00
c47a034b74 somewhat safer macro replacements 2024-04-20 07:39:01 -04:00
8fdf38a63f fix type annotations 2024-04-20 07:37:30 -04:00
1b1c9d2c9f add dummy commands for comments and parser flag 2024-04-20 07:09:42 -04:00