Cohee
afc3071576
Add name argument for /send.
...
Tech debt: move to new STscript branch
2024-05-06 01:18:59 +03:00
Cohee
181b5aff97
Add Groq as chat completion source
2024-05-05 18:53:12 +03:00
Cohee
ef5499c8dc
Remove disable attribute from send_textarea. It never worked.
2024-05-05 14:27:20 +03:00
Cohee
292ecf580e
#2182 Add quiet prompts to WI buffer
2024-05-05 14:23:54 +03:00
Cohee
de1ca9af74
Add type casts
2024-05-05 13:51:16 +03:00
Cohee
5197809d6b
Add global variables to TypeScript definitions. Fix some errors
2024-05-04 20:44:41 +03:00
Gabraham
4e99c3e4cb
Disabled forced 4 spaces indented sublists for markdown formatting
...
- For #2176
2024-05-03 13:15:38 -04:00
Cohee
b69c5bcd17
Merge pull request #2177 from sasha0552/vllm-support
...
vLLM support
2024-05-03 20:03:05 +03:00
RossAscends
5ab1e74c5f
WIP Debug Menu button to copy API setup to clipboard.
2024-05-03 16:35:32 +09:00
sasha0552
2bd239fe81
Initial vLLM support
2024-05-02 22:40:40 +00:00
Cohee
2f85e50c6f
Merge pull request #2171 from 24adamcho/generic-card-download
...
Character card import from generic sources (specifically Discord, Catbox.moe)
2024-05-01 19:58:17 +03:00
Cohee
eb4cae4e6d
Add WL to config. Code clean-up.
2024-05-01 19:52:34 +03:00
Cohee
e4e6882f12
Fix scroll to bottom on chat open
2024-05-01 14:56:55 +03:00
Cohee
620cd6dfc2
Move persona functions from script. Clean-up exports
2024-05-01 14:03:24 +03:00
Cohee
bddfd5763b
Fix persona filter rule
2024-05-01 12:49:53 +03:00
Adam
5c552a3d53
added examples for catbox/discord import links
2024-04-29 23:44:15 -05:00
Wolfsblvt
b4aa7831e7
Scored search sorting for char list
2024-04-30 04:30:39 +02:00
Wolfsblvt
d1cdd60883
Scored search sorting for personas
2024-04-30 02:27:44 +02:00
Wolfsblvt
a850352eab
Scored search sorting for world info
2024-04-30 01:39:47 +02:00
Cohee
87219f897e
Check that char.list has any filters before applying hidden block.
2024-04-28 21:33:37 +03:00
Cohee
73cf58826f
Pause autoplay on external media removal
2024-04-28 20:11:58 +03:00
Cohee
be4637a3a0
Handle <br> in message texts with Showdown instead of manually
2024-04-28 20:00:22 +03:00
Cohee
6ac6c7cfda
#2159 Move debounce constants to a separate module
2024-04-28 19:47:53 +03:00
Cohee
94e9b8f4b1
Merge branch 'staging' of https://github.com/SillyTavern/SillyTavern into staging
2024-04-28 19:29:12 +03:00
Cohee
d51b155e52
Add ability for extensions to intercept edited message text
2024-04-28 18:39:32 +03:00
Matěj Račinský
754cdc4d58
refactor: prompt itemization split to multiple functions
2024-04-28 14:09:10 +02:00
Wolfsblvt
61e2877c4b
Debounce Character and Persona search
2024-04-28 06:27:55 +02:00
Wolfsblvt
d7ade487b8
Refactor common enum for debounce timeouts
2024-04-28 06:21:47 +02:00
Cohee
f632888b4c
Move scripts init at the end of HTML page
2024-04-27 23:44:08 +03:00
Cohee
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
Cohee
c95956766e
Don't need a hack since you're not awaiting the popup
2024-04-27 17:33:52 +03:00
Wolfsblvt
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
Cohee
f4ba1f68ef
Merge pull request #2136 from BlueprintCoding/release
...
Added import function for AICharacterCards.com cards
2024-04-26 22:42:04 +03:00
valadaptive
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
valadaptive
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
valadaptive
2d0767306e
Remove unnecessary cfgPrompt null-chains
...
We already check if cfgPrompt exists.
2024-04-25 09:09:30 -04:00
valadaptive
8ca83bb255
Extract CFG check
2024-04-25 09:09:30 -04:00
valadaptive
80a6406062
Don't reassign thisPromptBits
...
Instead, just use additionalPromptStuff where thisPromptBits was used
after the assignment.
2024-04-25 09:09:30 -04:00
valadaptive
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
valadaptive
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
Blueprint Coding
305afb3713
Added import function for AICharacterCards.com cards
...
Added ability to import cards directly from aicharactercards.com via it's api like Chub and Janny.
Video of it in action: https://streamable.com/gbfdtw
Just pass the last two slash vars from the url (the author and card title) from a page. EX: aicharcards/the-game-master to:
https://aicharactercards.com/wp-json/pngapi/v1/image/
In this example: https://aicharactercards.com/wp-json/pngapi/v1/image/aicharcards/the-game-master
2024-04-24 18:04:17 -06:00
Cohee
4370db6bdc
Implement World Info activation using Vector Storage
2024-04-23 03:09:52 +03:00
Cohee
6d1933c8f3
Escape name regex in message formatting function
2024-04-22 17:35:42 +03:00
Cohee
ef5d505de3
Merge branch 'staging' into neo-server
2024-04-21 18:28:56 +03:00
Cohee
dac89a87b7
Fix new characters highlight
2024-04-21 14:20:24 +03:00
Cohee
70c4e82b89
Merge branch 'staging' into neo-server
2024-04-20 21:10:43 +03:00
Cohee
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
Cohee
b3bbec83b6
Merge branch 'staging' into neo-server
2024-04-20 02:56:05 +03:00
Cohee
33ea3344ff
Insert messages to chat load with splice
2024-04-20 02:44:19 +03:00
Cohee
2a2a63c52c
Add Perplexity as Chat Completion source
2024-04-20 00:09:38 +03:00