6544 Commits

Author SHA1 Message Date
Azariel Del Carmen
5d0581603b
fix: LLM Classifier Defaulting to Last Spoken Character's Expression For All Characters in Group Chats (#2605)
* fix: fix llm expression classifier on group chats

* chore: adjust some things

* fix: exisiting chats defaulting to last character's sent message

* chore: use dual awaits than promise

* chore: restore allSettled and separate await call for llm only

* chore: move classification to generateRaw

* chore: remove characterId

* chore: revert some placements back to how they were

* chore: remove uneeded imports
2024-08-04 13:24:24 +03:00
Cohee
16172b410c
Merge pull request #2598 from NearEDGE/quick-impersonate-regenerate-buttons
Added quick Regenerate and Impersonate buttons
2024-08-04 13:16:05 +03:00
NearEDGE
ea76ec89de Removed quick regenerate button
Response to change request.
2024-08-03 16:56:43 -04:00
Cohee
6cd40be5a3
Merge pull request #2611 from ayancey/jannyai-header-bug
Fix incorrect JanitorAI/JannyAI import due to incorrect HTTP header
2024-08-03 16:34:15 +03:00
Alex Yancey
ace6e9d18d Fix incorrect JanitorAI/JannyAI import due to incorrect HTTP header 2024-08-03 05:29:33 -07:00
Cohee
68de3fed59
Merge pull request #2594 from SillyTavern/sd-stop
Image generation stop handling
2024-08-03 12:06:50 +03:00
Cohee
d5576cd7b7
Merge pull request #2601 from SillyTavern/wi-blackbox-be-gone
WI blackbox begone (Export, document and refactor a bit of the WI API)
2024-08-03 11:57:52 +03:00
Wolfsblvt
c6aa3bf55e
Merge pull request #2608 from steve02081504/patch-5
Update `zh-cn.json`
2024-08-03 07:27:38 +02:00
steve green
80a3c2f988
Update zh-cn.json 2024-08-03 13:16:40 +08:00
Wolfsblvt
d84fef0478 Fix SD wand entry not always being clickable 2024-08-03 00:10:46 +02:00
Wolfsblvt
7d46ca212b Expand/show DS prompt gen error 2024-08-03 00:06:48 +02:00
Cohee
664447d585 Stop propagation on WI entry delete 2024-08-03 00:00:15 +03:00
Wolfsblvt
c9acea8522 fix WI sorting error 2024-08-02 22:44:21 +02:00
Cohee
73e3acbd51
Merge pull request #2602 from Succubyss/gemini-again
Gemini max context size corrections, option selector update
2024-08-02 23:41:10 +03:00
Cohee
987dc6a879 Swap legacy and ultra models 2024-08-02 23:35:02 +03:00
Cohee
f4bc93a90b Stretch onboarding dialog content vertically 2024-08-02 23:31:18 +03:00
Succubyss
366070adee ultra re-addition (just in case), fixed system prompt line 2024-08-02 15:26:15 -05:00
Cohee
7e8b7e128e Sync change with oai_settings 2024-08-02 22:51:29 +03:00
Succubyss
c291564925 gemini: max context, selection revisions, ultra removal 2024-08-02 14:35:48 -05:00
Wolfsblvt
dee4ad8794 Make 'sortWorldInfoEntries' custom sortable 2024-08-02 20:57:55 +02:00
Wolfsblvt
c0039111dd Update delete WI entry to new popup 2024-08-02 20:51:12 +02:00
Wolfsblvt
3897b8c082 Export and doc most of wi functions 2024-08-02 20:42:53 +02:00
Cohee
4b61bcc741
Merge pull request #2600 from Succubyss/gemini-1.5-pro-exp-0801 2024-08-02 21:39:19 +03:00
Succubyss
3f6e4fabb8 gemini updates 2024-08-02 13:30:54 -05:00
NearEDGE
4f76e9e10f Added quick Regenerate and Impersonate buttons
Additional buttons mimic the behavior of the continue button.
2024-08-02 08:17:29 -04:00
Cohee
8cbdf6bb81 Merge branch 'release' into staging 2024-08-02 13:01:56 +03:00
Cohee
7498018ac6 Fix incorrectly self-closed div tags 2024-08-02 00:07:30 +03:00
Cohee
41af05769b Add separate imagegen stop button
Closes #2591
2024-08-01 23:57:24 +03:00
Cohee
8892fdc421 Sort textgen model lists alphabetically 2024-08-01 23:21:34 +03:00
Cohee
417335a19d Display context size for featherless models 2024-08-01 23:17:03 +03:00
Cohee
9cd59d2e4b Pass app headers to featherless 2024-08-01 23:03:32 +03:00
Cohee
8660c96412 Hide mirostat for featherless 2024-08-01 22:54:24 +03:00
RossAscends
7acc78db0a embetterify Sampler Select function 2024-08-02 01:01:50 +09:00
Cohee
8ff4a4a36a Don't modify legacy URL path for inappropriate API types 2024-08-01 15:01:38 +03:00
Cohee
2876426c87 Filter mirostat block by API type.
Sources:
- https://docs.vllm.ai/en/latest/dev/sampling_params.html
- https://docs.together.ai/reference/completions-1
- https://github.com/theroyallab/tabbyAPI/blob/main/common/sampling.py#L326
- https://openrouter.ai/docs/parameters
- https://github.com/ollama/ollama/blob/main/docs/api.md#generate-request-with-options
- https://mancer.tech/docs-api/#/openai/post_oai_v1_completions
- https://github.com/ggerganov/llama.cpp/blob/master/examples/server/README.md#api-endpoints
- https://github.com/LostRuins/koboldcpp/blob/concedo/koboldcpp.py#L139
- https://github.com/PygmalionAI/aphrodite-engine/blob/main/aphrodite/common/sampling_params.py#L77
- https://huggingface.co/docs/huggingface_hub/en/package_reference/inference_types#huggingface_hub.TextGenerationInput
- https://dreamgen.com/docs/api#openai-text
2024-08-01 14:42:58 +03:00
Cohee
9deeca3eeb Pass min_p to ollama backend 2024-08-01 02:45:45 +03:00
Cohee
40ee236ca8 Add multimodal captioning for 01.ai 2024-08-01 01:34:49 +03:00
Cohee
7b9eb97c7f Support image inlining for 01.ai 2024-08-01 01:15:13 +03:00
Cohee
3a8614db94 Update models in default files 2024-08-01 00:53:45 +03:00
Cohee
21d074aa46 Update default Chat Comp models to better ones 2024-08-01 00:51:11 +03:00
Cohee
2871f309c9
Merge pull request #2592 from Succubyss/gemini-maxtemp
Update MakerSuite temperature caps
2024-08-01 00:46:50 +03:00
Cohee
101616c422 Update Perplexity models 2024-08-01 00:43:21 +03:00
Succubyss
4561eca684 correct MakerSuite max temps 2024-07-31 16:20:45 -05:00
Wolfsblvt
11608e0cb8
Merge pull request #2415 from LenAnderson/parser-followup-2
Parser followup 2
2024-07-31 00:19:39 +02:00
LenAnderson
83ba31ba06 Merge branch 'parser-followup-2' of https://github.com/LenAnderson/SillyTavern into parser-followup-2 2024-07-30 16:01:16 -04:00
LenAnderson
88d3771863 compile LESS 2024-07-30 16:00:41 -04:00
LenAnderson
92eec72c6d draw attention to debug buttons 2024-07-30 16:00:32 -04:00
LenAnderson
3343f3122b stop chat input and progress bar from collapsing 2024-07-30 16:00:13 -04:00
Wolfsblvt
c139222aee Merge branch 'staging' into pr/2415 2024-07-30 21:46:08 +02:00
Wolfsblvt
7bb94732dd mark popup complete functions as async 2024-07-30 21:45:19 +02:00