2849 Commits

Author SHA1 Message Date
Cohee
a746077a1e Sort personas by name. 2024-02-02 04:07:51 +02:00
Cohee
10d78f9a25 Aphrodite tokenizer 2024-02-02 01:09:03 +02:00
RossAscends
7618133d6d unrestricted amount_gen for madlab mode 2024-02-01 15:24:35 +09:00
Cohee
134bb2058a
Merge pull request #1768 from berbant/patch-1
Lingva Patch 1
2024-01-31 22:31:50 +02:00
Cohee
b1b2cd44b3 Consolidate round avatar sizes 2024-01-31 22:14:45 +02:00
berbant
ed875ec77d
Update index.js
Added new translateProvider: Lingva Translate
2024-01-31 22:42:28 +04:00
test157t
14e261346f Update index.html
Added tabby to list of backends that can use dynatemp.
2024-01-31 09:34:59 -05:00
Cohee
891077be43 Add min-width to personas search input 2024-01-31 12:24:27 +02:00
Cohee
bb1c023ef2 Fix mobile long persona description overflow 2024-01-31 12:21:04 +02:00
Cohee
872418757c #1761 Personas grid view (slight return) 2024-01-31 12:13:01 +02:00
Cohee
33c452df3e Fix navigation if new persona is on the first page 2024-01-31 11:23:57 +02:00
Cohee
d800e19067 Fix bogus folder height in rectangular grid mode 2024-01-31 11:15:33 +02:00
Cohee
fa73c523f0 Persist current page on persona actions 2024-01-31 11:01:50 +02:00
Cohee
be62903adb Disable browser autocomplete on proxy password 2024-01-31 04:00:21 +02:00
Cohee
e08361cb97 Add labels to chat management buttons 2024-01-31 03:59:13 +02:00
Cohee
6877a638e4 Denser gaps in personas layout 2024-01-31 03:53:12 +02:00
Cohee
28d94bc429 #1765 Move create persona to a more obvious place 2024-01-31 03:37:38 +02:00
Cohee
f8032ac649 Default to 5 personas per page 2024-01-31 03:34:51 +02:00
Cohee
115082bfdd Move default persona outline to image block 2024-01-31 03:32:32 +02:00
Cohee
c01217ac76 Clean-up styles and handlers 2024-01-30 20:16:48 +02:00
Cohee
07686291f6 Clean-up placeholders in template 2024-01-30 20:03:56 +02:00
Cohee
4542c66664 #1761 Persona management overhaul 2024-01-30 19:12:56 +02:00
Cohee
079ab7db07 #1758 Mute character in group chat but keep character card 2024-01-30 12:27:31 +02:00
Cohee
da7b435b7c
Merge pull request #1751 from kingbased/proxypreset
Reverse proxy presets
2024-01-29 22:09:33 +02:00
Cohee
afd3f2c1ac Make proxy message wider 2024-01-29 22:08:38 +02:00
Cohee
bf8eb3e7fd Move proxy UI to API connections panel 2024-01-29 22:07:10 +02:00
Cohee
b4646da187 Fix logprobs parser on NovelAI non-streaming 2024-01-29 11:13:48 +02:00
Cohee
5f1e290bda Disallow multiple {{original}} macro substitutions 2024-01-29 00:58:29 +02:00
Cohee
a9464daffa Merge branch 'staging' into macro-separation 2024-01-29 00:51:06 +02:00
Cohee
ef9cdf64cf Fix swipe buttons display when using /comment after last AI message 2024-01-29 00:37:51 +02:00
Cohee
8037e31c53 Fix {{original}} 2024-01-28 17:31:19 +02:00
Cohee
f732b8ae4c Add optional module to vectors manifest 2024-01-27 23:09:41 +02:00
Cohee
8e2b117573 Nicer chat width label 2024-01-27 23:08:26 +02:00
valadaptive
44fb746783 Remove dead if statement 2024-01-27 15:25:44 -05:00
valadaptive
29f509179c Remove getMessageId
As far as I can tell, we don't add/remove anything from chat in between
the calculation of newMessageId and subsequent calls to getMessageId.
We can just use newMessageId everywhere.
2024-01-27 13:50:54 -05:00
valadaptive
e475081116 Fix off-by-one in addOneMessage 2024-01-27 13:48:08 -05:00
valadaptive
7f955a59b9 Remove count_view_mes 2024-01-27 13:24:08 -05:00
valadaptive
4bd7364a8e Change macro substitution order 2024-01-27 13:22:22 -05:00
valadaptive
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
based
ee7ee9f60a merged mistral proxy support 2024-01-27 06:26:23 +10:00
based
aa976d0de2 implemented proxy preset manager 2024-01-27 06:21:00 +10:00
Cohee
4d534e3042 [BUG] Incorrect context size for gpt-4-turbo-0125 #1748 2024-01-26 18:51:20 +02:00
AlpinDale
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
Cohee
3cf01e765a #1741 Filter non-unique chunks 2024-01-26 04:18:15 +02:00
Cohee
1647e5ae49
Merge pull request #1734 from khanonnie/alternative-tokens
Implement Token Probabilities UI panel using logprobs
2024-01-26 03:39:25 +02:00
khanon
60044c18a4 Implement Token Probabilities UI using logprobs 2024-01-25 18:34:46 -06:00
lucy
1ef437f5f1
[feat] GENERATION_ENDED event
uses hideStopButton() to trigger the event, because all other paths are conditional and would require the event to be triggered in multiple functions, compared to hideStopButton() already being called at the end of all the generations

unblockGeneration() was another candidate, but it is not consistently executed to be viable
2024-01-26 00:53:27 +01:00
Cohee
40476dca3b New OAI models 2024-01-25 22:01:02 +02:00
Cohee
515e3859ec
Merge pull request #1689 from h-a-s-k/staging
Group chat fixes
2024-01-25 20:51:55 +02:00
Cohee
6012ee5f89 #1740 Open most recent chat when deleting current chat file 2024-01-25 18:55:38 +02:00