Commit Graph

1014 Commits

Author SHA1 Message Date
3441667336 #1853 Add WI/Script link by entry automation id 2024-02-24 17:22:51 +02:00
13aebc623a Merge pull request #1854 from deciare/llamacpp-probs
Request and display token probabilities from llama.cpp backend
2024-02-24 15:06:28 +02:00
eaadfea639 Extend debounce duration of logprobs renderer 2024-02-24 15:03:57 +02:00
9287ff18de Fix for non-streaming 2024-02-24 14:50:06 +02:00
f569424f3e Merge branch 'staging' into InfermaticAI 2024-02-22 08:32:10 -06:00
711fd0517f Merge branch 'staging' into pygimport 2024-02-21 11:26:47 +02:00
8e66a14e37 Add hints to doc strings about additional command prompts 2024-02-20 02:29:14 +02:00
79ba026486 Merge pull request #1840 from Wolfsblvt/slash-commands-menu-actions-allow-custom-prompts
Extend impersonate/continue/regenerate with possible custom prompts (via slash commands and popup menu)
2024-02-20 02:26:41 +02:00
061b7c6922 Don't try to execute script commands if the message doesn't start with slash 2024-02-20 02:09:01 +02:00
a5ee46cb2a Only respect slash command, ignore text field 2024-02-19 22:36:32 +01:00
550d8483cc Extend impersonate/continue/regenerate with possible custom prompts
- Use custom prompt provided via slash command arguments (similar to /sysgen and others)
- Use written text from textbox, if the popout menu actions are clicked
2024-02-19 22:23:58 +01:00
030806bf1e Merge remote-tracking branch 'origin/staging' into InfermaticAI 2024-02-19 10:14:06 -06:00
3c2113a6e7 Add ability to preserve file names when loading from assets downloader 2024-02-19 00:17:23 +02:00
e4a48cd28f Add pyg hint to import UI 2024-02-17 03:54:13 +02:00
8075e4cd1e Changes 2024-02-16 09:07:06 -06:00
b5887960b6 Merge branch 'release' into InfermaticAI 2024-02-16 08:53:04 -06:00
9d713825c2 #1827 Consolidate {{group}} macro behavior 2024-02-12 16:23:01 +02:00
72256110a7 Unbreak current chat rename 2024-02-12 02:55:16 +02:00
354c52d997 #1814 Fix regex placement attribution 2024-02-11 16:52:14 +02:00
03ad72b6c7 Merge pull request #1802 from Technologicat/modelname
{{model}} substitution to get name of current LLM
2024-02-08 11:36:02 +02:00
a49d0f1050 use getGeneratingModel 2024-02-08 11:13:54 +02:00
04372848c8 Fix for undefined chats 2024-02-07 23:58:05 +02:00
2dcb490e43 add {{model}} substitution macro to get name of current LLM
This is useful in the character card for an AI assistant, see #1774.

Tested with the Textgen backend, but should work with others too.

Horde will show only "Connected", and Novel will show the tier,
but Kobold and Textgen will show the model name.

If not connected, on any backend, will show "no_connection".
2024-02-07 23:29:32 +02:00
c1a5b50aae improve description for consistency 2024-02-07 23:12:21 +02:00
5183fb40a2 refactor to improve proposed implementation of /getchatname 2024-02-07 23:09:51 +02:00
5d1f3b13ea add /getchatname slash command to get name of current chat file
Example:

/getchatname | /echo {{pipe}}
2024-02-07 22:51:41 +02:00
8ecab19966 Merge pull request #1798 from oobabooga/staging
Add API key field for text-generation-webui
2024-02-07 19:24:42 +02:00
f0cffb3dd9 fix /delchat for characters with lots of chat files 2024-02-07 15:20:37 +02:00
21fb143718 Add API key 2024-02-06 20:00:16 -08:00
2815990589 Force personas sort before returning to caller 2024-02-05 10:58:35 +02:00
f12aeeed90 Firefox copium for persona images 2024-02-05 02:18:44 +02:00
7ac6ed267f #1782 OpenAI multiswipe 2024-02-04 03:36:37 +02:00
37d94a4331 #1775 Fix personas name sorting 2024-02-03 01:52:57 +02:00
303fb09388 Show persona file name on hover 2024-02-02 04:09:12 +02:00
a746077a1e Sort personas by name. 2024-02-02 04:07:51 +02:00
33c452df3e Fix navigation if new persona is on the first page 2024-01-31 11:23:57 +02:00
fa73c523f0 Persist current page on persona actions 2024-01-31 11:01:50 +02:00
f8032ac649 Default to 5 personas per page 2024-01-31 03:34:51 +02: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
da7b435b7c Merge pull request #1751 from kingbased/proxypreset
Reverse proxy presets
2024-01-29 22:09:33 +02: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
ef9cdf64cf Fix swipe buttons display when using /comment after last AI message 2024-01-29 00:37:51 +02:00
8037e31c53 Fix {{original}} 2024-01-28 17:31:19 +02:00
44fb746783 Remove dead if statement 2024-01-27 15:25:44 -05:00
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
e475081116 Fix off-by-one in addOneMessage 2024-01-27 13:48:08 -05:00
7f955a59b9 Remove count_view_mes 2024-01-27 13:24:08 -05:00
4bd7364a8e Change macro substitution order 2024-01-27 13:22:22 -05:00