5dcfda0514
Cut UI labels. Add expand to custom CSS
2024-04-27 20:02:30 +03:00
b42125a654
Fix content index
2024-04-27 18:03:14 +03:00
413cec8a9f
Merge branch 'staging' into wi-entry-inclusion-prio
2024-04-27 18:00:00 +03:00
8e7ffab793
Merge pull request #2149 from Wolfsblvt/duplicate-wi-entries
...
Button to duplicate WI entries
2024-04-27 17:57:59 +03:00
770aee4953
Adjust title widths
2024-04-27 17:52:47 +03:00
f479901c87
Merge pull request #2152 from Wolfsblvt/auto-sort-tags-option
...
Option to auto-sort tags (+UI improvements)
2024-04-27 17:45:23 +03:00
1dbe7897d4
Prevent ticking if confirm canceled
2024-04-27 17:41:27 +03:00
c95956766e
Don't need a hack since you're not awaiting the popup
2024-04-27 17:33:52 +03:00
e92c0db6a2
Merge pull request #2148 from HiroseKoichi/staging
...
Use names in place of roles for ChatML and LLama-3-Instruct
2024-04-27 17:17:22 +03:00
3a8b8ed639
Skill Issue
2024-04-27 08:20:44 -05:00
3a78d69b5b
Use {{name}} macro, create new templates
2024-04-27 07:39:52 -05:00
2e562d187a
Option to auto-sort tags (+UI improvements)
...
- Toggle to auto-sort tags alphabetically
- Init auto-sort based on current sorted state, if not chosen before
- Tag management redraw list if changes happen
- Tag management highlight renamed rows on auto-sort if they get automatically reordered
- Manual drag&drop of tags disables auto-sort option
- Small fixes to popup tag management pop drawing
- Utility function to flash highlight via CSS
2024-04-27 10:26:01 +02:00
4521dde455
add a button to translate input message
2024-04-27 13:46:13 +08:00
b64b0e3362
Button to duplicate WI entries
...
- Add an option to duplicate a WI entry, copying everything besides UID
- moved UI move action on new WI entry to the UI function, not inside utility
2024-04-27 06:18:26 +02:00
f8ca73265b
userSettings expandables get borders
2024-04-27 13:13:54 +09:00
1f7614af33
re-order/style User Settings Panel
2024-04-27 12:50:33 +09:00
a48a9318c1
Add groupOverride to server endpoint too
2024-04-27 04:49:08 +02:00
dcb042681d
Change group prio name, add default value set
2024-04-27 04:40:35 +02:00
7df2f7e752
WI inclusion groups will never roll for trigger%
2024-04-27 03:44:00 +02:00
c3578d2cda
Use names in place of role for ChatML and LLama-3-Instruct
2024-04-26 20:14:51 -05:00
8db39a58fb
World Info inclusion group prio toggle
2024-04-27 02:23:37 +02:00
bbdbb08301
Fix main prompt clearing on disabling
2024-04-27 00:08:30 +03:00
b06e09c030
Merge pull request #2131 from Yokayo/staging
...
Localization enhancements
2024-04-26 23:05:55 +03:00
bb2bcdbf61
The dot went MIA
2024-04-26 23:04:11 +03:00
2e278e7323
Fix missing localization for unknown locale
2024-04-26 22:57:42 +03:00
4c9d52422b
[chore] ESLint and JSDoc
2024-04-26 22:46:13 +03:00
f4ba1f68ef
Merge pull request #2136 from BlueprintCoding/release
...
Added import function for AICharacterCards.com cards
2024-04-26 22:42:04 +03:00
12497e8fb1
Merge pull request #2141 from valadaptive/generate-cleanups-4
...
Clean up Generate(), part 4
2024-04-26 22:40:04 +03:00
8153e747ef
Merge pull request #2135 from johnflux/staging
...
Fix SillyTavern being launched from a different working directory
2024-04-26 22:06:40 +03:00
63b597beb8
Fix node serve startup
2024-04-26 22:02:46 +03:00
cdbb0b21da
Merge pull request #2145 from sirius422/fix-regex-filename-non-eng-characters
...
Change the naming rule of regex exporting
2024-04-26 21:59:05 +03:00
b2f40e490b
Fix mobile-styles.css for waifuMode
...
Mobile bros want a waifu too
2024-04-26 21:51:28 +03:00
a96e1903a3
Change the naming rule of regex exporting
2024-04-27 00:05:10 +08:00
be7eb8b2b5
Merge pull request #2143 from aisu-wata0/style_mes_block_overflow_y
...
style: `.mes_block { overflow-y: clip; }`
2024-04-26 18:36:17 +03:00
3b6372431a
Merge pull request #2144 from sirius422/fix-json-export-extension
...
Add json extension to exported oai and LogitBias presets
2024-04-26 18:30:55 +03:00
389ee7917f
Add json extension to exported oai and LogitBias presets
2024-04-26 23:07:25 +08:00
212e61d2a1
Lazy initialization of Claude tokenizer. Add JSDoc for tokenizer handlers
2024-04-26 15:17:02 +03:00
1b60e4a013
Init user storage module before server listening
2024-04-26 14:09:40 +03:00
93cd93ada3
style: .mes_block { overflow-y: clip; }
2024-04-25 21:49:12 -03:00
babb4cb57b
Fix tag key for 0-index
2024-04-25 18:15:38 +03:00
dbcc75471f
Refactor CFG prompt gen in getCombinedPrompt
...
We don't need to create the cfgPrompt variable unless useCfgPrompt is
true, so move it inside the if-block.
2024-04-25 09:09:30 -04:00
2a0497ca9e
Only generate negative prompt for textgen API
...
The original comment mentions that we need to get the negative prompt
first since it "has the unmodified mesSend array", but we've cloned the
mesSend array since forever, so I don't think mutation is an issue
anymore.
2024-04-25 09:09:30 -04:00
2d0767306e
Remove unnecessary cfgPrompt null-chains
...
We already check if cfgPrompt exists.
2024-04-25 09:09:30 -04:00
8ca83bb255
Extract CFG check
2024-04-25 09:09:30 -04:00
80a6406062
Don't reassign thisPromptBits
...
Instead, just use additionalPromptStuff where thisPromptBits was used
after the assignment.
2024-04-25 09:09:30 -04:00
ff9345a843
Make generate_data preparation a switch-case
...
We switch based on main_api. In the future, I'd like to move the
openai-specific token count stuff outside the switch case and extract
the generate_data preparation into its own function that we can pass
main_api into.
2024-04-25 09:09:30 -04:00
fe663c4f04
Move auto_adjust_response_length logic
...
This if-block only applies to Kobold Horde, so move it inside the Kobold
and Horde-specific case in the else-if chain.
2024-04-25 09:09:30 -04:00
9fbb012697
Merge branch 'release' into staging
2024-04-25 12:56:17 +03:00
0070950911
Revert grid view spacing
2024-04-25 12:26:21 +03:00
62cf611fdc
Merge pull request #2138 from Wolfsblvt/fix-expression-list-resolve
...
Fix expression list resolve
2024-04-25 11:00:34 +03:00