Commit Graph

668 Commits

Author SHA1 Message Date
maver
550e635d93 Add migration for legacy prompts 2023-08-12 18:40:38 +02:00
maver
e908610b99 Save prompt manager items to perset 2023-08-12 18:40:38 +02:00
maver
2054cbeb83 Simplify token threshold warnings 2023-08-12 18:40:38 +02:00
maver
49cb682499 Raise warning threshold for chatHistory tokens 2023-08-12 18:40:38 +02:00
maver
6cea524f2c Fix prompt-manager being rendered twice. 2023-08-12 18:40:38 +02:00
maver
bf0dc07b1f Improve in-code documentation 2023-08-12 18:40:38 +02:00
maver
e43a2be229 Replace obsolete color variable 2023-08-12 18:40:38 +02:00
maver
d0aba85692 Add support for persona description positioning 2023-08-12 18:40:38 +02:00
maver
4ed92d69b0 Fix jailbreak prompt not being overwritten by character 2023-08-12 18:40:38 +02:00
maver
221ecbf8d6 Add reset for main,nsfw and jailbreak prompts 2023-08-12 18:40:38 +02:00
maver
9cf41a6a52 Remove doubled initialization of prompt manager 2023-08-12 18:40:38 +02:00
maver
7c1e370abe Allow the user to toggle names in chat history 2023-08-12 18:40:38 +02:00
maver
0660016a10 Only add name to prompts when conforming to oai api standards 2023-08-12 18:40:38 +02:00
maver
670119e143 Fix prompt edit popup not appearing after refactoring 2023-08-12 18:40:38 +02:00
maver
25eef5d100 Pass nsfwAvoidance message instead of prompt
Fixing invalid argument exception being thrown
2023-08-12 18:40:38 +02:00
maver
f207e0eab3 Add basic WindowAI support 2023-08-12 18:40:38 +02:00
maver
5c18abadac Pass chat message name to chatcompletion endpoint 2023-08-12 18:40:38 +02:00
maver
aaa2c48e7d Add basic claude support 2023-08-12 18:40:38 +02:00
maver
c920b6c511 Correct identifier used for jailbreak prompt override 2023-08-12 18:40:38 +02:00
maver
e91e1996b1 Remove main prompt input field.
Being replaced by prompt manager
2023-08-12 18:40:38 +02:00
maver
85c0a52fa9 Restore default settings from dev branch 2023-08-12 18:40:38 +02:00
maver
28fa2f5f57 Render prompt manager after swiping with updated tokens
Including world info and extension prompts
2023-08-12 18:40:38 +02:00
maver
2f4424e6c6 Declare prepareOpenAIMessages as synchronous
As there is no need for the function o be async anymore.
2023-08-12 18:40:38 +02:00
maver
6e37db2fb3 Declare prepareOpenAIMessages as synchronous
As there is no need for the function o be async anymore.
2023-08-12 18:40:38 +02:00
maver
6c25211f0a Support original-placeholder 2023-08-12 18:40:38 +02:00
maver
6674a0a974 Visual improvements for mobile 2023-08-12 18:40:38 +02:00
maver
312b02c36e Do not count messages with empty prompts 2023-08-12 18:40:38 +02:00
maver
6617243f1b Add event system to openai script
Lost during rebasing
2023-08-12 18:40:38 +02:00
maver
be30fef700 Disable toggling of main prompt 2023-08-12 18:40:38 +02:00
maver
85862d8b2e Filter faulty prompt entries 2023-08-12 18:40:38 +02:00
maver
e7198c6303 Fix prepared prompt not being returned 2023-08-12 18:40:38 +02:00
maver
b8b3dd4caf Various improvements for stability and token counting. 2023-08-12 18:40:38 +02:00
maver
2c36fbdc1d Apply character specific prompt overrides
Jailbreak and main
2023-08-12 18:40:36 +02:00
maver
5afd60c578 Add dialogue examples first if user decides 2023-08-12 18:40:18 +02:00
maver
474571e17a Handle various error scenarios during token counting 2023-08-12 18:40:18 +02:00
maver
175b14f5a6 Fix missing element terminator 2023-08-12 18:40:18 +02:00
maver
73e3001493 Refactor addMessageToChatCompletion 2023-08-12 18:40:18 +02:00
maver
5270d261aa Add memory and authors note to chat completion 2023-08-12 18:40:18 +02:00
maver
bf5404f6ce Add enhanced definitions 2023-08-12 18:40:18 +02:00
maver
21b37950e4 Fix chat completion not recognizing 0-position 2023-08-12 18:40:18 +02:00
maver
dd7f326460 Improve in-code documentation 2023-08-12 18:40:18 +02:00
maver
74a5167a0e Add nsfw avoidance prompt, quiet prompt and bias to chat completion 2023-08-12 18:40:18 +02:00
maver
37c7a82aba Respect impersonate option 2023-08-12 18:40:18 +02:00
maver
edba17c96e Add dialogue examples to chat completion 2023-08-12 18:40:18 +02:00
maver
8ae2c80358 Introduction of additional helper classes, refactoring 2023-08-12 18:40:18 +02:00
maver
18641ea3d2 Add prototype for prompt manager token management 2023-08-12 18:40:18 +02:00
maver
05f7e5677d Simplify example message handling 2023-08-12 18:40:18 +02:00
maver
77e183f5dd Add support for authors note and summary extensions 2023-08-12 18:40:18 +02:00
maver
a66041f503 Fix extension prompt being not parsed correctly 2023-08-12 18:40:18 +02:00
maver
64c04957c2 Enable TokenHandler to return total token count 2023-08-12 18:40:18 +02:00