Commit Graph

5845 Commits

Author SHA1 Message Date
Cohee f181d1a847 Add button to re-caption message image 2024-06-30 00:31:54 +03:00
Cohee 7149f46c9a Add automatic image captioning mode 2024-06-30 00:06:17 +03:00
Cohee 2670709237 Fix caption template references 2024-06-29 23:22:29 +03:00
Cohee 7fe329b5cf Allow paste file and images into chat input form 2024-06-29 23:14:55 +03:00
Cohee 175a91f979
Merge pull request #2436 from SillyTavern/translation-improvements
Translation improvements
2024-06-29 22:38:27 +03:00
Cohee fcc00e0b26 Merge branch 'staging' into translation-improvements 2024-06-29 14:36:12 +03:00
Cohee 2b50ab398b Add jsconfig exclusions 2024-06-29 14:35:16 +03:00
Cohee bf28ae07b3
Merge pull request #2438 from SillyTavern/commands-send-at-supports-depth
Various commands with 'at' support depth values
2024-06-29 14:33:22 +03:00
Cohee 76b822c627
Merge pull request #2437 from SillyTavern/echo-command-args
Add optional args to /echo command
2024-06-29 14:26:10 +03:00
Risenafis bb39e852b8
TTS: Add support for VITS/W2V2-VITS/Bert-VITS2 (#2439)
* add VITSTtsProvider

* add options

* fix params, drop reference_audio_path

* post with body

* improve preview lang

* add space in label
2024-06-29 14:15:37 +03:00
Wolfsblvt f7d3a1c942 Various commands with 'at' support depth values 2024-06-29 02:52:30 +02:00
Wolfsblvt 75099d3a22 Fix oversight in forceEnum slash commands 2024-06-29 02:42:01 +02:00
Wolfsblvt 5c3b799d65 Fix naming inconsistencies 2024-06-29 02:24:20 +02:00
Wolfsblvt 1d6f038601 Add optional args to /echo command 2024-06-29 02:16:36 +02:00
Wolfsblvt cba2b54531 Refactor main slassh-commands into init func 2024-06-29 00:25:10 +02:00
Wolfsblvt d994528548 Extend i18n with translate and template literal 2024-06-28 23:53:25 +02:00
Cohee 003066a036 Add vLLM as multimodal captioning source 2024-06-29 00:33:12 +03:00
Wolfsblvt be08e62fc1 Observer to find new elements with i18n attribute 2024-06-28 23:01:54 +02:00
Cohee a287ccfca2
Merge pull request #2435 from SillyTavern/remove-var-from-at-arg
Remove variable usage of 'at' arg in send commands
2024-06-28 22:54:40 +03:00
Wolfsblvt 38792d071b Remove variable usage of 'at' arg in send commands 2024-06-28 20:48:55 +02:00
Cohee c34150fef0 Limit height to match large popup 2024-06-28 21:32:39 +03:00
Cohee e98f38b6da Final(?) iOS cope 2024-06-28 21:27:48 +03:00
Cohee 1c69ba1ae3 Change mobile cope styles 2024-06-28 20:51:10 +03:00
Cohee 3803714465 Limit height of enlarged image prompt 2024-06-28 20:46:41 +03:00
Cohee fa1d45635b Put mobile height fix under a breakpoint 2024-06-28 20:40:57 +03:00
Cohee 54c772622e Add you-know-what for featherless 2024-06-28 20:26:25 +03:00
Cohee 1ab674ba28
Merge pull request #2434 from DarokCx/release
Added featherless to the list of providers
2024-06-28 20:16:37 +03:00
Cohee b3577024f4 Merge branch 'staging' into DarokCx/release 2024-06-28 19:46:57 +03:00
Cohee 7ea560307c Add third-party extensions links to gitignore 2024-06-28 19:45:47 +03:00
Cohee cc9eca8427 Apply select2 to model selection 2024-06-28 19:13:46 +03:00
Cohee 4e33253a91 Code clean-up 2024-06-28 19:12:56 +03:00
Cohee b62cbdeebd Merge branch 'staging' into DarokCx/release 2024-06-28 19:09:12 +03:00
Cohee bbb1a6e578 Add huggingface inference as text completion source 2024-06-28 18:17:27 +03:00
Cohee 6b204ada9f Fix no-blur not being respected in popups 2024-06-28 17:01:05 +03:00
Cohee 889a552629 Fix popup height on iPhone 2024-06-28 16:58:37 +03:00
Cohee 89e5562494 Explicitly set min and max dimensions for popup dialog 2024-06-28 13:10:15 +00:00
DarokCx 29ff0876a7 Added additional headers 2024-06-28 08:20:15 -04:00
Cohee 8136293593
Merge pull request #2431 from SillyTavern/remove-slash-command-var-usages
Remove slash command var usages
2024-06-28 13:50:06 +03:00
Cohee 902dfbcdcc Add theme contest winners, pt.1 2024-06-28 10:30:32 +00:00
Cohee e713b32bdc Fix empty toast suppression 2024-06-28 10:22:26 +00:00
Cohee 46830a27d0
Merge pull request #2430 from SillyTavern/toast-save-errors
Improve logs (+add toasts) on save calls
2024-06-28 12:03:42 +03:00
Cohee 190bed8025 Fix theme and movingUI toasts 2024-06-28 09:01:28 +00:00
Cohee 2293828f8e Ditto, for chat completion 2024-06-28 08:14:38 +00:00
Cohee 985c2dd031 Don't indicate success in saving presets 2024-06-28 08:09:22 +00:00
Cohee 043eead149 Don't show empty toasts in slash command executor 2024-06-28 08:06:33 +00:00
Wolfsblvt 6653757c5c Remove /imagine's variable usage in 'negative' 2024-06-28 04:06:22 +02:00
Wolfsblvt b29d32d518 Remove /regex's variable usage in 'name' argument 2024-06-28 04:04:58 +02:00
Wolfsblvt b97dceeb7a Remove /flushinject's variable usage in unnamed 2024-06-28 04:00:32 +02:00
Wolfsblvt 11ca0dd22e Remove /send's variable usage in 'name' argument 2024-06-28 03:58:04 +02:00
Wolfsblvt 9666b9920a Remove /summarize's variable usage in 'prompt' 2024-06-28 03:55:03 +02:00