Commit Graph

2117 Commits

Author SHA1 Message Date
3b526ce207 remove some useless comments 2024-02-05 00:45:37 +02:00
169b1c2c63 talkinghead check: always check also whether the module is enabled 2024-02-05 00:45:20 +02:00
9e8f3e0def one more debug message 2024-02-05 00:44:46 +02:00
eb634d597f add comment on TTS 2024-02-05 00:44:39 +02:00
24b315a149 comments
The tech is "Talkinghead" (capital T), the Extras module is
"talkinghead" (lowercase t).
2024-02-05 00:44:26 +02:00
83e264db9e add some debug messages 2024-02-05 00:40:03 +02:00
b7921f1edd #1630 Fix regex depth application 2024-02-04 21:34:17 +02:00
bdf7602fab Add SpeechT5 TTS provider 2024-02-04 20:31:20 +02:00
f1cadfde2b Fix llamacpp server 2024-02-04 17:41:46 +02:00
c03966d19a Merge pull request #1786 from bdashore3/staging
Fix requests with sampling params
2024-02-04 17:26:54 +09:00
3e34123b31 Textgen: Fix sampling param requests
1. TabbyAPI was not being included in temperature_last
2. DynaTemp parameters were still being sent even though the checkbox
was off. Cleanup the parameters if dynatemp is off for backends that
don't take in a dynatemp boolean.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-02-04 01:44:07 -05:00
7ac6ed267f #1782 OpenAI multiswipe 2024-02-04 03:36:37 +02:00
07677584c4 #1781 Fix /len and unescape for non-string arguments 2024-02-03 02:06:49 +02:00
17a783f9c6 Merge pull request #1780 from Spacellary/patch-1
(Small) Add Handling for Dangling Characters in "trimToEndSentence" - utils.js
2024-02-02 21:34:51 +02:00
4649c806e0 Use regex to match whitespace 2024-02-02 21:30:32 +02:00
db82b5bb3d Merge branch 'staging' into slash-escapes 2024-02-02 18:13:19 +00:00
6d0d92aaff Add grammar and dynatemp for aphrodite 2024-02-02 20:06:46 +02:00
e4025cb413 Add Handling for Dangling Characters in "trimToEndSentence" - utils.js
New: Considered the presence of whitespace or newline characters preceding the punctuation for accurate trimming.
2024-02-02 13:42:31 -03:00
30213c8430 Merge remote-tracking branch 'upstream/staging' into quad-sample 2024-02-01 22:27:38 -05:00
a746077a1e Sort personas by name. 2024-02-02 04:07:51 +02:00
10d78f9a25 Aphrodite tokenizer 2024-02-02 01:09:03 +02:00
7618133d6d unrestricted amount_gen for madlab mode 2024-02-01 15:24:35 +09:00
ed875ec77d Update index.js
Added new translateProvider: Lingva Translate
2024-01-31 22:42:28 +04:00
8d9a373292 Merge remote-tracking branch 'upstream/staging' into quad-sample 2024-01-31 11:08:13 -05:00
872418757c #1761 Personas grid view (slight return) 2024-01-31 12:13:01 +02:00
fa73c523f0 Persist current page on persona actions 2024-01-31 11:01:50 +02:00
da68d35ca5 Remove Noisy Sampling
Leaves DynaTemp Exponent and Quadratic Sampling.
2024-01-30 21:50:50 -05:00
766cd49953 Merge remote-tracking branch 'upstream/staging' into quad-sample 2024-01-30 21:20:37 -05:00
c01217ac76 Clean-up styles and handlers 2024-01-30 20:16:48 +02:00
4542c66664 #1761 Persona management overhaul 2024-01-30 19:12:56 +02:00
079ab7db07 #1758 Mute character in group chat but keep character card 2024-01-30 12:27:31 +02:00
9c33a04806 Merge remote-tracking branch 'upstream/staging' into quad-sample 2024-01-29 18:38:17 -05:00
da7b435b7c Merge pull request #1751 from kingbased/proxypreset
Reverse proxy presets
2024-01-29 22:09:33 +02:00
b4646da187 Fix logprobs parser on NovelAI non-streaming 2024-01-29 11:13:48 +02:00
d1f41a4191 Merge branch 'staging' into quad-sample 2024-01-28 19:20:20 -05:00
5f1e290bda Disallow multiple {{original}} macro substitutions 2024-01-29 00:58:29 +02:00
a9464daffa Merge branch 'staging' into macro-separation 2024-01-29 00:51:06 +02:00
92aae0da04 Enter the Kalo Zone 2024-01-28 15:14:21 -05:00
f732b8ae4c Add optional module to vectors manifest 2024-01-27 23:09:41 +02:00
71f47588cd Pass macro variables in to evaluateMacros
This doesn't cover *all* the variables yet, just the ones that were
previously passed in as arguments. I'll expand this later to separate
the macro parsing from the execution of the functions themselves.
2024-01-27 13:20:44 -05:00
ee7ee9f60a merged mistral proxy support 2024-01-27 06:26:23 +10:00
aa976d0de2 implemented proxy preset manager 2024-01-27 06:21:00 +10:00
2cdf928fc7 unescape args before calling callback 2024-01-26 18:58:44 +00:00
4d534e3042 [BUG] Incorrect context size for gpt-4-turbo-0125 #1748 2024-01-26 18:51:20 +02:00
8af3939f09 fix: logprobs for Aphrodite
Since Aphrodite follows the same logprobs style as ooba, we can enable it easily.
2024-01-26 07:15:39 +00:00
3cf01e765a #1741 Filter non-unique chunks 2024-01-26 04:18:15 +02:00
1647e5ae49 Merge pull request #1734 from khanonnie/alternative-tokens
Implement Token Probabilities UI panel using logprobs
2024-01-26 03:39:25 +02:00
60044c18a4 Implement Token Probabilities UI using logprobs 2024-01-25 18:34:46 -06:00
40476dca3b New OAI models 2024-01-25 22:01:02 +02:00
515e3859ec Merge pull request #1689 from h-a-s-k/staging
Group chat fixes
2024-01-25 20:51:55 +02:00