Commit Graph

3670 Commits

Author SHA1 Message Date
Cohee 0751d746db
Merge pull request #1683 from Technologicat/talkinghead-configurable
talkinghead: per-character configs
2024-01-14 19:00:02 +02:00
RossAscends 35b1e76b2e oops missed the sliders 2024-01-14 19:22:43 +09:00
RossAscends 5072c7d68b dynTemp min/max steps match normal temp steps 0.1 >> 0.01 2024-01-14 19:20:02 +09:00
RossAscends f4f9cca96a fix steps for text completions minP inputs 2024-01-14 18:56:39 +09:00
RossAscends c6487fa9cb make sampler nuke button work with zensliders 2024-01-14 18:33:40 +09:00
RossAscends 80b39bdac1 add neutralize samplers button for text completion slider panel 2024-01-14 18:07:43 +09:00
RossAscends 44bd57f763 filter ooba-only samplers out of non-ooba text completion slider panels 2024-01-14 17:26:22 +09:00
Tony Ribeiro 017ac8a515 Added vrm tts lip sync call 2024-01-14 04:26:06 +01:00
erew123 b78350cc8e
AllTalk initial commit
AllTalk TTS initial commit from https://github.com/erew123/alltalk_tts
ST index.js is updated to have "Pass Asterisks to TTS Engine" which allows AllTalk to split text as character/narrator voices. This setting has been left disabled as standard, so wont affect other TTS engines. The setting will save along with other settings on the page (if checked).
2024-01-13 19:43:38 +00:00
Hask 4eba8e4575
Merge pull request #1 from h-a-s-k/group-chat-tweaks
Group chat tweaks
2024-01-13 17:43:07 +00:00
h-a-s-k 04c580afb5 Merge branch 'staging' into group-chat-tweaks 2024-01-13 14:34:22 -03:00
h-a-s-k 074cc13e60 Fix group chat example messages not including character name 2024-01-13 14:34:17 -03:00
h-a-s-k 9354697753 Actually call them example chats 2024-01-13 13:06:51 -03:00
Cohee 33b759b7d8
Merge pull request #1687 from majick/pass-parameters
Modify start scripts to pass parameters
2024-01-13 17:58:04 +02:00
Cohee eb7412185f Missed one script 2024-01-13 17:55:48 +02:00
majick c9cdd478d1
Modify Start.bat to pass parameters 2024-01-13 06:05:12 -08:00
majick 474a5fe1aa
Modify start.sh to pass parameters 2024-01-13 06:02:56 -08:00
Cohee 6086cedf2b Use XHR to load HTML templates 2024-01-12 22:00:08 +02:00
Cohee 4fe13fab8e Customizable /gen instruct name 2024-01-12 19:16:42 +02:00
Juha Jeronen b528520693 read and send talkinghead per-character configs 2024-01-12 18:26:14 +02:00
Cohee f4c7fff8c0 Mistral API got fixed 2024-01-12 18:17:43 +02:00
Cohee cd88702e33 Mistral API being weird, part 2 2024-01-12 17:41:00 +02:00
Cohee 397acbb699 Mistral API being weird, part 2 2024-01-12 17:40:29 +02:00
Cohee e33ac6a78a Add min_p and top_a for OpenRouter 2024-01-12 17:15:13 +02:00
Cohee 1367642eb4 Fix maxTokens reference for n_predict alias 2024-01-12 12:20:03 +02:00
Cohee 8659bd57b7 Add koboldcpp rep pen aliases 2024-01-12 12:12:53 +02:00
Cohee 4e5f01d785
Merge pull request #1668 from valadaptive/macro-cleanups-1
Move substituteParams into its own module
2024-01-12 11:57:21 +02:00
Cohee 9bb404fb34 Add missing arg to JSdoc 2024-01-12 11:48:34 +02:00
Cohee a5edf2696f Fix relative imports 2024-01-12 11:47:00 +02:00
Cohee 13177ae630
Merge pull request #1679 from valadaptive/remove-debug-log
Remove silly debug logging
2024-01-12 11:42:52 +02:00
valadaptive 05003ccf78 Remove silly debug logging 2024-01-12 04:38:40 -05:00
Cohee 6e07cf16df
Merge pull request #1676 from artisticMink/minor/nai-qol
Novel AI - Add eos token when textadventure module is selected
2024-01-12 01:28:31 +02:00
maver a86d3104d6 Add text adventure stop token to NAI 2024-01-11 20:14:32 +01:00
maver 79755c2edf Add horizontal lining to bad words for NAI 2024-01-11 19:51:15 +01:00
Cohee 747a7824c0 OpenRouter model dropdown facelift 2024-01-11 20:27:59 +02:00
Cohee ce4c1b8d01 MistralAI monkey patch 2024-01-11 15:59:37 +02:00
Cohee 706acbd514 MistralAI monkey patch 2024-01-11 15:59:00 +02:00
Cohee 64783e73bd Add prompt to reload page on extension update 2024-01-11 15:03:55 +02:00
valadaptive 89a999cfd4 Move macro substitution to new module
substituteParams has become a thin wrapper around the new evaluateMacros
function, and will become more of a compatibility shim as refactorings
and rewrites are done.
2024-01-10 22:22:30 -05:00
Cohee c1010edb37
Merge pull request #1641 from bdashore3/regex-upgrade
Regex: Updates
2024-01-11 02:56:41 +02:00
Cohee a126bd3422 Specify that overlay doesn't work 2024-01-11 02:42:08 +02:00
Cohee 8a7519c6e7 Replace match with $0 2024-01-11 02:41:00 +02:00
Cohee 8c67823cb2 Add hints 2024-01-11 02:40:11 +02:00
Cohee 5182893928 Switch to Discord permalinks 2024-01-10 21:41:12 +02:00
Cohee 3f6f32edad Add {{mesExamplesRaw}} macro for story string 2024-01-10 14:11:02 +02:00
Cohee 4aa59033ca
Merge pull request #1656 from Technologicat/talkinghead-talkinganim
Talkinghead: enable talking animation
2024-01-09 20:22:39 +02:00
Cohee 810667e8e7 Slight increase processing delay 2024-01-09 20:17:17 +02:00
Cohee 63ab16161f Add check for enabled module 2024-01-09 19:52:49 +02:00
Cohee e4efb3a10a Merge branch 'staging' into talkinghead-talkinganim 2024-01-09 19:45:03 +02:00
Cohee 9b651a39eb
Merge pull request #1667 from LenAnderson/wi-duplicate
Add button to duplicate a World Info book
2024-01-09 17:03:19 +02:00