1172 Commits

Author SHA1 Message Date
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
7b9eb97c7f Support image inlining for 01.ai 2024-08-01 01:15:13 +03:00
Cohee
101616c422 Update Perplexity models 2024-08-01 00:43:21 +03:00
Wolfsblvt
c139222aee Merge branch 'staging' into pr/2415 2024-07-30 21:46:08 +02:00
Kas1o
ccb3128b66 fix typo 2024-07-30 06:56:11 +00:00
Cohee
82a633da57 Add toggle for names as stop strings
Closes #2556
2024-07-28 22:22:36 +03:00
LenAnderson
2470f775e2 Merge branch 'staging' into parser-followup-2 2024-07-28 08:32:25 -04:00
steve02081504
755267bfb6 fix of empty data-i18n keys 2024-07-28 10:21:18 +08:00
Wolfsblvt
ad65fbc1fc Fix apply WI sorting to order field
- Fix using wrong values because of displayIndex
- Expand it to take any current sorting, not just the "custom" one
2024-07-27 19:27:55 +02:00
Cohee
39c63dc78b Add user first and last prefixes for instruct 2024-07-26 23:10:09 +03:00
LenAnderson
19c7e1c763 Merge branch 'staging' into parser-followup-2 2024-07-25 18:02:29 -04:00
Cohee
00d74ec683 #2558 Add persona duping 2024-07-25 23:44:34 +03:00
Cohee
b80ca93a1a Fix misplaced class on Claude prefill fields 2024-07-25 21:05:29 +03:00
Cohee
d31e44dec8 Chat Completion: split "none" and "default" names behavior 2024-07-25 20:13:06 +03:00
Cohee
af2dcd39e9
Merge pull request #2551 from steve02081504/patch-4
Update zh-cn.json
2024-07-24 21:15:08 +03:00
steve02081504
3e5f98223d fixes 2024-07-25 01:33:00 +08:00
Cohee
e49da60bda New mistral large model 2024-07-24 20:19:57 +03:00
LenAnderson
8cb31d2f7b Merge branch 'staging' into parser-followup-2 2024-07-24 08:39:00 -04:00
steve green
021edfdb2e Update zh-cn.json
- Remove the carriage return from Key so that I18N will work properly in some browsers.
- Append two HTML files that will not actually be utilized so that the I18N tool will work properly.
2024-07-24 10:40:18 +08:00
Wolfsblvt
7d2c0a8824 Update popup input field to use auto-select 2024-07-23 21:48:24 +02:00
Cohee
cc0ae2a567 Add llama 3.1 models for groq 2024-07-23 20:25:23 +03:00
LenAnderson
5dc7b4567d Merge branch 'staging' into parser-followup-2 2024-07-22 12:44:07 -04:00
Wolfsblvt
8e3f3e9331 WI update "Order" from custom sorting button
- Adds a button that automatically updates the "Order" values of entries based on the custom sorting order ("displayIndex")
- Shows popup to choose starting value, because it's descending (default: 100)
- shows warnings/errors if any issues appear with the value
- warning inside popup if more than 100 entries exist, and a higher value has to be chosen
- Implements #2533
2024-07-22 01:30:08 +02:00
Cohee
4ff8c69b81 Properly hyphenate 2024-07-21 22:12:38 +03:00
Cohee
f1cd099849 Un-abbreviate PHI 2024-07-21 22:09:48 +03:00
Cohee
5f0e74bd56 Rename PHI/aux UI fields 2024-07-21 14:29:13 +03:00
LenAnderson
427f9b9ae4 Merge branch 'staging' into parser-followup-2 2024-07-20 13:14:24 -04:00
Cohee
5f2a73ac9f Expose "Allow fallback providers" for OpenRouter 2024-07-19 23:34:16 +03:00
LenAnderson
9b93dbf80b add autocomplete select key setting (enter/tab) 2024-07-19 07:46:36 -04:00
Wolfsblvt
318b6a17b9 Add gpt-4o-mini 2024-07-18 21:37:18 +02:00
Cohee
b9e03e9cb1 Add Mistral Nemo and Codestral Mamba models 2024-07-18 16:37:12 +00:00
Succubyss
921ae16391
layman's explanation of REPLACE_GETVAR 2024-07-15 13:17:30 -05:00
Cohee
6ba384f895
Merge pull request #2502 from pi6am/dry-koboldcpp
Enable DRY for koboldcpp
2024-07-14 14:02:07 +03:00
Wolfsblvt
af15794222 Update char submenu popups to new popup
- Update 'Scenario Override'
- Update 'Open Source'
- Update 'Replace Character'
- Update 'Convert to Persona' popups
2024-07-14 03:58:27 +02:00
Lllama
9da4dc306c Enable DRY for koboldcpp
Enable DRY repetition penalty parameters for koboldcpp. This should
only be merged after: https://github.com/LostRuins/koboldcpp/pull/982
2024-07-10 00:35:36 -07:00
Cohee
93935e9e9c Fix warning message appearing where it shouldn't 2024-07-10 09:14:14 +03:00
Cohee
2ff16533df Limit visibility of warning to only sources that have the input visible 2024-07-10 00:09:08 +03:00
Cohee
930763a7ca Update proxy warning. Hide with CSS if you don't like it. 2024-07-08 22:55:11 +03:00
Cohee
00de522a64 Add None continue postfix for chat completion 2024-07-08 20:33:37 +03:00
fizzAI
7e3da0b092 oopsie 2024-07-07 20:41:09 -04:00
fizzAI
f6a50fa0cd Add Gemma 2 9b to available Groq models 2024-07-07 20:36:40 -04:00
Cohee
40181ef52e
Fix span not closed 2024-07-07 22:36:57 +03:00
kingbri
69077f6a6e Textgen: Add model downloading for TabbyAPI
Tabby has a HuggingFace downloader API endpoint. Add direct support
in SillyTavern by using the same method as ollama, but with the correct
parameters exposed.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-07-07 14:04:04 -04:00
Cohee
6ff406f6ea
Merge pull request #2485 from Esalarc/promptdiff
Adding diff functionality to prompt dialog
2024-07-07 10:17:01 +03:00
David Fedolfi
014ef0cc4f Adding diff functionality to prompt dialog
adding another command button that leverages https://github.com/google/diff-match-patch/tree/master to generate a diff of this prompt to the prior one.
2024-07-06 22:04:12 -04:00
Wolfsblvt
ff23808d3b Add WI toggle to include/exclude names in scanning 2024-07-06 03:23:02 +02:00
Cohee
8fe111cc71
Merge pull request #2469 from Esalarc/group_chat_queue_display
Adding display of queued speakers in group chat windows.
2024-07-04 20:34:41 +03:00
Cohee
a4a0ec1669 Fix i18n attributes 2024-07-04 20:12:58 +03:00
Succubyss
ddcce55f10
Changes the name of the Absolute label for Position within Prompt Manager's edit screen to In-chat (#2470)
* bad dumb label: Absolute → good actual label: In-chat

* Fix i18n attribute

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-07-04 19:57:29 +03:00
David Fedolfi
2fccd83083 Group Chat Queue Display
- removing queue position from character object - storing in map in group_chat.js instead
- moving queue position to div
- moving '#' from js to css ::before
- adding option to settings
- cleaning up guards
2024-07-04 09:52:56 -04:00