maver
|
b0860b18b8
|
Show tokens when inspecting a prompt
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
03b8bb64fa
|
Prevent new example chat message being added for no reason
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
a9fa42524d
|
Fix prompts object reference being shared
By deepcloning a copy
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
f2c4645207
|
Use chatcompletion log function for token budget
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
19e5502555
|
Remove obsolete assignment
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
b1254fa2ab
|
Copy migrated preset into loaded presets
Since this only is populated once during page load
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
7fb896ce2a
|
Prevent preset migration from running multiple times.
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
a999d6e171
|
Fix preset migration
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
5a92f72703
|
Add flag to preset saving, allowing to prevent triggering the UI
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
cd736ec682
|
Add message role to inspect
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
280397c30b
|
Allow inspection for all prompts
Because, really, why not.
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
46c7e63fad
|
Remove obsolete debugging output
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
cdfe3a6841
|
Fix user messages not being added when populating example dialogue
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
35eb2dfd74
|
Change icon for global prompts
|
2023-08-12 18:40:39 +02:00 |
|
Cohee
|
13dc35bc98
|
Enable JB prompt by default
|
2023-08-12 18:40:39 +02:00 |
|
Cohee
|
09d7c3350d
|
Minor spelling mistake
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
5694fb0852
|
Swap detach and edit icons
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
a8ee723853
|
Always add impersonate prompt last
|
2023-08-12 18:40:39 +02:00 |
|
Cohee
|
dd89009ecd
|
Use tokenizer-specific token cache
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
55cc559fd0
|
Render promptmanager when chatcompletion model or source change
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
2805a684a8
|
Emit events on changing chatcompletion source or model
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
1281417a97
|
Render prompt manager when chat history is altered
Recounts tokens
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
d82ea66664
|
Refactor addItem method of MessageCollection
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
4100ae9e0b
|
Do not insert authors note into main
Since it is already present in the chat history
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
d2ee6e9a12
|
Append quietPrompt last
|
2023-08-12 18:40:39 +02:00 |
|
Cohee
|
463f01d2a6
|
#870 Fix Claude in prompt manager
|
2023-08-12 18:40:39 +02:00 |
|
Cohee
|
29552ecfcf
|
Sanitize completion names. Only send names in msg texts if names in completion is disabled
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
e7b29babe9
|
Remove obsolete characterSelected event
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
fd10eaf037
|
Close and clear popup on preset change
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
1b7a1cbc4a
|
Add quick edit drawer and fields for main and jailbreak
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
bd3136e114
|
Improve wording for prompt insertion
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
f5aa891962
|
Fix prompt manager not being draggable on mobile
Updates jquery ui touch punch with a maintained version, fixes other instances of jquery ui sortable as well (kobold, ...)
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
38bfcf5324
|
Remove advanced options toggle
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
af81915ff3
|
Update existing prompts during migration
Instead of adding new prompts for main, jailbreak and nsfw
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
222fd3429d
|
Center globe icon
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
f0830e7bb4
|
Fix in-code documentation typo
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
59afac08da
|
Add missing in-code documentation
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
05a080849c
|
Fix edit button being shown for chat history and examples
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
1e43108e5a
|
Move inspect functionality to prompt name click
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
405a680059
|
Add user icon for user prompts
To be consistent with global and marker icons
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
bc4befeb22
|
Rename prompt lists to prompt order
Includes renaming of configuration, no functional changes
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
63d224d8af
|
Refactor and simplify setup method for prompt manager.
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
ad6575887a
|
Remove obsolete function getGroupMembers
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
b58ce0370d
|
Refactor token counting after completion. Simplify code.
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
57fd04b974
|
Refactor token counting after completion. Simplify code.
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
dfd49813af
|
Refactor naming scheme for default promptmanager defaults
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
4f734d12ab
|
Use configured prefix for prompt manager classes instead of constant
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
9d6cf017d2
|
Move main and jailbreak override from manager into openai script.
Makes the code clearer and easier to understand
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
075c0c29f0
|
Refactor prepareOpenAiMessages, move prompt preparation in its own function
|
2023-08-12 18:40:39 +02:00 |
|
maver
|
fc555c1be5
|
When a prompt is reset, also reset name and role
|
2023-08-12 18:40:39 +02:00 |
|