Cohee
03f9d8d278
Fix settings UI loading
2024-01-03 21:35:04 +02:00
Cohee
446445ab90
Put streaming checkbox on top
2024-01-03 21:25:08 +02:00
Cohee
f0a330455f
More smooth speed step
2024-01-03 21:23:01 +02:00
Cohee
dc8e742502
Only change remote setting if endpoint is configured
2024-01-03 21:19:46 +02:00
Cohee
7168dbe508
Lint fix
2024-01-03 21:17:36 +02:00
Cohee
f06443fe7c
Merge branch 'staging' into xtts-more-controls
2024-01-03 21:15:56 +02:00
Danil Boldyrev
cc2df97959
Increased the maximum limit of tokens for xtts streaming
2024-01-02 20:13:45 +03:00
Danil Boldyrev
8ef91ae181
Add ability to customize xtts stream chunk size
2024-01-02 19:50:13 +03:00
Danil Boldyrev
36db08d6b8
Remove error about updating xtts parameters
2024-01-02 19:23:42 +03:00
Danil Boldyrev
757eba1ef8
add missing space
2024-01-02 19:07:30 +03:00
Danil Boldyrev
4190e9f16d
change xtts generation settings
2024-01-02 19:01:12 +03:00
Cohee
99244a0c11
Add support for XTTS streaming
2024-01-02 07:04:32 +02:00
Cohee
b315778e32
Chunkify NovelAI TTS
2024-01-01 21:31:08 +02:00
Cohee
58462d96d2
Fix RVC after converting to group
2024-01-01 20:22:48 +02:00
Cohee
30732ada32
Lint fix
2024-01-01 16:08:24 +02:00
Cohee
e609789f8d
Adjust step for OAI TTS speed
2023-12-16 01:58:52 +02:00
Cohee
05b08f1ce2
Don't await delay promise
2023-12-10 21:51:16 +02:00
Cohee
2e50efc35c
Limit waiting for TTS to init to 1 second on chat change
2023-12-10 21:50:52 +02:00
LenAnderson
bf88829b03
add option to skip codeblock narration
2023-12-10 16:32:10 +00:00
valadaptive
5f1bed1e70
Enable object-curly-spacing lint
2023-12-04 12:32:41 -05:00
Cohee
64a3564892
lint: Comma dangle
2023-12-02 22:06:57 +02:00
Cohee
08fedf3a96
lint: Use 4 space indent
2023-12-02 21:56:16 +02:00
Cohee
c63cd87cc0
lint: Require semicolons
2023-12-02 21:11:06 +02:00
valadaptive
a37f874e38
Require single quotes
2023-12-02 13:04:51 -05:00
Cohee
a06f1e8ad6
Merge pull request #1431 from valadaptive/eslint-fixes-3
...
ESLint fixes part 3 - more significant changes
2023-12-02 19:55:54 +02:00
Cohee
a367285ac2
Merge pull request #1430 from valadaptive/eslint-fixes-2
...
ESLint fixes, part 2 - bulky changes
2023-12-02 19:43:11 +02:00
valadaptive
518bb58d5a
Enable no-unused-vars lint
...
This is the big one. Probably needs thorough review to make sure I
didn't accidentally remove any setInterval or fetch calls.
2023-12-02 12:11:19 -05:00
valadaptive
39bbef376f
Enable no-undef lint
...
I'm not sure where run_edit is supposed to go or if any logic is
missing. I just made my best guess.
2023-12-02 12:11:19 -05:00
valadaptive
14afa1575b
Enable no-redeclare lint
2023-12-02 12:11:19 -05:00
valadaptive
c893e2165e
Enable no-prototype-builtins lint
2023-12-02 12:10:31 -05:00
Cohee
a91694ebbc
Change audio format check
2023-12-02 18:41:54 +02:00
valadaptive
b023312117
Enable no-useless-escape lint
2023-12-02 10:32:26 -05:00
valadaptive
9204a31d32
Enable no-self-assign lint
2023-12-02 10:32:07 -05:00
valadaptive
c05aee8e72
Enable no-unsafe-negation lint
...
This actually fixes a bug--the old code was negating "audioData.type"
2023-12-02 10:32:07 -05:00
Cohee
16527710b3
Make less obtrusive
2023-11-28 19:24:26 +02:00
Cohee
a1098a4f31
Merge branch 'staging' into silerott-add-session-handling
2023-11-28 18:25:31 +02:00
Cohee
f809d80ba2
Improve XTTS text processing
2023-11-28 16:56:50 +02:00
Cohee
ffc4f22012
Add provider-specific TTS processing: XTTS - replace ellipsis, Novel - remove tildes.
2023-11-27 13:25:49 +02:00
Danil Boldyrev
fbc72085f8
Hindi Support for XTTS
2023-11-24 20:16:49 +03:00
Cohee
f802fe1797
Fix xtts separator
2023-11-22 17:47:58 +02:00
Danil Boldyrev
bcad0d4e51
add XTTS
2023-11-21 13:16:56 +03:00
Cohee
1dc1b926c4
Fix TTS issues with streaming
2023-11-19 16:56:12 +02:00
Cohee
323b338cdd
Add images to quiet prompts if inlining enabled
2023-11-17 01:30:32 +02:00
Cohee
6f061adc1e
Add OpenAI TTS provider
2023-11-12 02:28:03 +02:00
Cohee
1f89e5a02a
Merge branch 'release' into staging
2023-11-09 23:30:12 +02:00
Cohee
f2a96427a8
TTS: add slash command to speak
2023-11-09 02:57:40 +02:00
Cohee
ca1c0e35b1
TTS: force speak on first message in new chat
2023-11-09 01:30:54 +02:00
smirgol
4f0935c494
better deep clone of message object. re-initalize ttsLastMessage after changing chats
2023-11-08 19:08:42 +01:00
smirgol
91266c831c
fix tts re-trigger for complete/autocomplete/delete
...
fix re-trigger tts from start if text was added to chat by auto-continue
fix re-trigger tts from start if text was added by continue button
fix re-trigger of tts when message(s) got deleted
2023-11-08 16:40:47 +01:00
smirgol
3346420527
fix api endpoint to match the current definition
2023-10-29 19:58:02 +01:00