Commit Graph

7258 Commits

Author SHA1 Message Date
Cohee
94977e71ff Merge OpenAI init functions 2024-09-22 12:29:32 +03:00
Cohee
9206e6d948 Await locales initialzation 2024-09-22 12:22:50 +03:00
Cohee
1bc0630595
Merge pull request #2890 from SillyTavern/fix-hide-on-hidden-messages
Fix /hide not targeting not visible messages
2024-09-22 00:19:07 +03:00
Wolfsblvt
4e907ff3e8 Fix /hide not targeting not visible messages 2024-09-21 23:14:31 +02:00
Cohee
de2dd0e087 Update translated readmes 2024-09-21 21:47:42 +03:00
Cohee
d00c195394
Update readme.md 2024-09-21 21:37:22 +03:00
Cohee
94771c780d Fix npm audits of locked overrides 2024-09-21 19:16:04 +03:00
Cohee
bb170c11fe Update express 2024-09-21 19:09:35 +03:00
Cohee
ae53527c23 #2888 Hide non-functioning checkboxes from Comfy 2024-09-21 16:36:20 +03:00
Cohee
d3408c496f Change a log type for empty prompt messages 2024-09-21 16:23:59 +03:00
Cohee
8030ce9ddd Unify select styles across browsers 2024-09-21 14:28:43 +03:00
Cohee
165cc39a9a Set max-height on popup body
Fixes #2886
2024-09-21 14:06:57 +03:00
Cohee
0c4366db44
Merge pull request #2881 from SillyTavern/bug/2879
Fix mobile screen funkiness by smashing it with a big hammer
2024-09-21 13:49:36 +03:00
Cohee
8c7dab8c94
Merge pull request #2887 from AlpinDale/alpin/aphrosampler-update
[APHRODITE] add dynatemp, XTC, and fix token bans
2024-09-21 13:21:05 +03:00
Cohee
aaf8fa13e5 Remove condition 2024-09-21 13:18:52 +03:00
AlpinDale
a5fea35f12 chore: update aphrodite samplers 2024-09-21 08:18:06 +00:00
pandora
125498cfd5
Fixing Mistral Templates (#2883)
* Update Mistral.json

* Rename Mistral.json to Mistral V1.json

* Create Mistral V2 & V3.json

* Create Mistral V3-Tekken.json

* Update and rename Mistral.json to Mistral V1.json

* Update Mistral V1.json

* Update Mistral V2 & V3.json

* Update Mistral V2 & V3.json

* Update Mistral V3-Tekken.json

* Update Mistral V1.json

* Create Mistral V2 & V3.json

* Create Mistral V3-Tekken.json

* Update Mistral V1.json

* Update Mistral V2 & V3.json

* Update Mistral V3-Tekken.json

* Update Mistral V1.json

* Update Mistral V2 & V3.json

* Update Mistral V3-Tekken.json

* Update Mistral V1.json

* Update Mistral V2 & V3.json

* Update Mistral V1.json

* Update Mistral V3-Tekken.json

* Update Mistral V1.json

* Update Mistral V2 & V3.json

* Update Mistral V3-Tekken.json

* Add to content index

* Remove example separators

* Simplify context fillers

* Add a hack for proper V1 format with names

* Readability

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-09-21 01:56:02 +03:00
Cohee
8c3a895ff4
Merge pull request #2884 from SillyTavern/nai-samplers
Min P and Unified samplers for NovelAI
2024-09-21 00:40:07 +03:00
Cohee
e2f88e6243 Add Unified sampling for Novel 2024-09-21 00:24:52 +03:00
Cohee
8efe0b6437 Add Min P for Novel 2024-09-20 22:42:56 +03:00
Cohee
2b10954002 Fix mobile screen funkiness by smashing it with a big hammer
Fixes #2879
2024-09-20 20:34:29 +03:00
Cohee
6d32cd6bf0
Merge pull request #2878 from ceruleandeep/feature/fixHangOnEmptyChatFile
Save uploaded data unchanged if Chub conversion fails for any reason
2024-09-20 11:47:27 +03:00
ceruleandeep
457475baf1 Save uploaded data unchanged if Chub conversion fails for any reason
Avoid non-resolving promise in /characters/chats readline if chat file is empty
2024-09-20 08:58:17 +10:00
Cohee
1819604f31 Remove brackets from default SD prompts 2024-09-20 00:29:33 +03:00
Cohee
9197ed7fce Fix connection profile for CC setting incorrect source by preset 2024-09-19 23:12:33 +03:00
Cohee
5269725f1c
Merge pull request #2872 from SillyTavern/super-saiyan-prompt-manager
Allow setting role, position and depth for marker prompts
2024-09-19 22:58:52 +03:00
Cohee
bfc0837936 Merge branch 'release' into staging 2024-09-19 22:44:55 +03:00
Cohee
ed47d51c93
Merge pull request #2875 from ceruleandeep/feature/handleChubChatData
Fix crasher in script.js:displayChats, add minimal support for importing chat histories in Chub format
2024-09-19 22:40:41 +03:00
Cohee
15363a8d69 Silence deprecation warnings in default startup scripts
Closes #2876
2024-09-19 15:42:07 +00:00
Cohee
9016985827 Undo second substitution #2874 2024-09-19 15:17:11 +00:00
Cohee
e2a3a060dd
Merge pull request #2874 from steve02081504/patch-1
Second macro evaluation of WI for all positions
2024-09-19 14:20:10 +03:00
ceruleandeep
a2d9526cdf Minimal support for importing chat histories in Chub format
Fix crasher in script.js:displayChats if user has directly put a Chub chat file into their user data

Let eslint tidy a few things
2024-09-19 14:20:05 +10:00
steve green
8edc999854
Second macro evaluation of WI for all positions
- The first macro evaluation occurs when the entry is activated.
- The second macro evaluation occurs after the regex replacement 
  * and only when the entry is before or after the char definition
this may cause confusion for users.
I'm not sure if this is the right thing to do, but it's one way I can think of to make all this make more sense.
2024-09-19 10:16:42 +08:00
Cohee
83c3f6d1bf
Merge pull request #2873 from SillyTavern/nemo-tokenizer
Add Mistral Nemo downloadable tokenizer
2024-09-19 02:07:52 +03:00
Cohee
a782dcec33 Add Mistral Nemo downloadable tokenizer 2024-09-19 00:10:22 +03:00
Cohee
6d731bbefe
Merge pull request #2871 from steve02081504/patch-4
fix `\x01` display in modern WI editor
2024-09-18 22:09:27 +03:00
Cohee
a4e673fd0a Exclude examples from allowed to be edited 2024-09-18 21:55:23 +03:00
Cohee
82b0733d88 Allow setting role, position and depth for marker prompts 2024-09-18 21:51:10 +03:00
steve green
157461ef7f
fix \x01 display in modern WI editor 2024-09-19 00:20:31 +08:00
Cohee
38d24f4b59
Merge pull request #2866 from ceruleandeep/feature/hordeModelInfo
Display model metadata in Horde model picker
2024-09-17 22:11:46 +03:00
Cohee
a73b8077f6 Display more of the description. Remove debug log 2024-09-17 22:06:54 +03:00
Cohee
dcbaa0787d
Merge pull request #2863 from SillyTavern/unify-user-avatar
Unify default user avatars
2024-09-17 21:47:37 +03:00
Cohee
60df924bec MistralAI: Add Pixtral to models and captioning 2024-09-17 21:44:25 +03:00
Cohee
1366c2741d
Throttle chat backups (#2865)
* Throttle chat backups

* Throttle chat backups and apply backup interval throttling

- Added a new configuration option `chatBackupThrottleInterval` to the `config.yaml` file to specify the interval in milliseconds to throttle chat backups per user.
- Updated the `getBackupFunction` function in `chats.js` to use the `chatBackupThrottleInterval` value from the configuration file when creating a throttled backup function.
2024-09-17 18:18:35 +03:00
Cohee
15f7d9407a Remove console.debug statement in saveMetadataDebounced function 2024-09-17 14:03:28 +00:00
Cohee
8546f498bf Emit GENERATION_STARTED after processing commands 2024-09-17 13:55:10 +00:00
Cohee
0207794a2b Fix Qwen and Command tokenizers not used for logit bias 2024-09-17 13:01:19 +00:00
ceruleandeep
146e82e44a Add model metadata to Horde models endpoint
Display model metadata in Horde model picker
2024-09-17 15:30:06 +10:00
Cohee
0b0bd27321
Merge pull request #2857 from SillyTavern/wi-delay-recursion-levels
WI "Delay until recursion" levels to delay delayed entries until other delayed entries are fully matched
2024-09-17 01:00:03 +03:00
Cohee
8ec509c777 Unify default user avatars
Closes #2862
2024-09-16 22:08:40 +03:00