Commit Graph

2722 Commits

Author SHA1 Message Date
Zixaphir
ea49b33e3c Use abort endpoint for all supported koboldcpp generations 2023-06-14 19:56:55 -07:00
Zixaphir
8f97d4a71b Send abort signal to koboldcpp server on abort, mk. 2
Implemented the abort request being sent through server.js instead
of the client endpoint.
2023-06-14 14:31:19 -07:00
Zixaphir
55fcebb4e1 Revert "Send abort signal to koboldcpp server on abort."
This reverts commits 0cf9d8895c
and ee8b60b5fc.
2023-06-14 13:28:00 -07:00
Zixaphir
ee8b60b5fc add async to abort request. 2023-06-14 12:52:32 -07:00
Zixaphir
0cf9d8895c Send abort signal to koboldcpp server on abort.
Simply aborting on client side does not end generation of
streaming tokens on the koboldcpp side, creating an awful user
experience where starting a new generation does not work, and
potentially causing segfaults in koboldcpp if another generation
is started while the previous one is still processing.
2023-06-14 12:25:15 -07:00
Cohee
99f32a0ee1 Fix textbox not shrinking on all-disabled group gens. 2023-06-14 21:14:33 +03:00
Cohee
90abca51df Optimize Ctrl+Enter selector + add logs 2023-06-14 14:12:20 +03:00
Cohee
873e89d7c6 Merge pull request #487 from breathingmanually/edit-done-keyboard
Add keyboard shortcut to accept message edits
2023-06-14 13:27:13 +03:00
Cohee
e98fd96105 Merge pull request #492 from duno9/main
Fixed possible error with hosting on port 80 or 443
2023-06-14 13:04:02 +03:00
Cohee
d06f72dba7 Fix duplicate slash command registration 2023-06-14 11:27:17 +03:00
RossAscends
37a7637e29 Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev 2023-06-14 17:17:39 +09:00
RossAscends
fb8e04d8d4 minify welcome message, fix mobile BG placement 2023-06-14 17:17:37 +09:00
Cohee
c22d61de4b Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-06-14 10:51:07 +03:00
Cohee
3dcdd84d84 Remove Kobold soft prompt selector UI 2023-06-14 10:51:03 +03:00
RossAscends
f0046a23b1 Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev 2023-06-14 16:46:20 +09:00
RossAscends
1b0d569707 simplify/clarify welcome message 2023-06-14 16:46:18 +09:00
Cohee
d15bbb517d Debounce token counting on character editor 2023-06-14 10:43:15 +03:00
duno9
fe51b39d61 Fixed possible error with hosting on port 80 or 443 2023-06-14 01:31:00 -04:00
duno9
edda2406dc Fixed possible error with hosting on port 80 or 443 2023-06-14 01:29:11 -04:00
RossAscends
73c2262589 settings.json finally getss linebreaks 2023-06-14 12:30:16 +09:00
RossAscends
e80c66a026 chromaDB powerlevel to 500 2023-06-14 07:57:57 +09:00
Cohee
74c676d6d8 Adjust saving and token counting debouncing rates of World Info 2023-06-14 00:44:57 +03:00
Cohee
183bf442d4 Add Turbo 16k to Window AI 2023-06-13 23:10:59 +03:00
Cohee
356e85fedd Add new OpenAI models 2023-06-13 22:33:35 +03:00
RossAscends
96db4a8923 Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev 2023-06-13 22:30:04 +09:00
RossAscends
db966a1965 update welcome message 2023-06-13 22:30:01 +09:00
Cohee
094f2c571d Hide extension menu button if all menu elements are invisible 2023-06-13 14:12:20 +03:00
Cohee
83821d9feb Fix TTS manifest 2023-06-13 13:55:00 +03:00
RossAscends
ba8d46f9b4 reduce menu font size from +20% to +10% 2023-06-13 18:07:14 +09:00
Cohee
5bd813991e Extend v2 field limits 2023-06-13 10:20:25 +03:00
Cohee
febb48ef6f Extend WI control limits 2023-06-13 10:18:41 +03:00
breathingmanually
c3af618d0a Add keyboard shortcut to accept message edits 2023-06-13 01:12:48 -03:00
Cohee
0013fb6a97 Fix Novel TTS audio on iOS 2023-06-13 01:21:35 +03:00
Cohee
47fa79fcbc Fix iOS TTS generation 2023-06-13 01:17:48 +03:00
Cohee
7b7a545eeb Merge pull request #486 from eltociear/patch-1
Fix typo in horde/index.d.ts
2023-06-13 01:03:33 +03:00
Cohee
6207bdb671 Fix presets not respecting Claude source selection 2023-06-13 00:47:18 +03:00
RossAscends
ba9c74ee71 Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev 2023-06-13 06:19:14 +09:00
RossAscends
69ed0f7ba9 increase font size of popup menus 2023-06-13 06:19:12 +09:00
Cohee
4525070aa5 Change chunk delimiter message 2023-06-13 00:08:06 +03:00
Cohee
af889ecdfc Prevent duplicate KAI warnings 2023-06-12 23:47:47 +03:00
Cohee
e10fb53de9 Merge pull request #483 from zixaphir/dev
Implement support for koboldcpp SSE streaming.
2023-06-12 23:15:06 +03:00
Cohee
895325ad4f Merge branch 'dev' into dev 2023-06-12 23:13:16 +03:00
Cohee
5971efd330 Adjust KAI retry logic 2023-06-12 23:01:01 +03:00
Cohee
88fadce5c6 Fix Kobold retry logic 2023-06-12 22:32:20 +03:00
Zixaphir
3a33b7cd3e Reimplement railguards for temporary API service unavailable errors. 2023-06-12 11:59:25 -07:00
Zixaphir
524cc881d4 = =/= ==
Can't believe I missed this yesterday.
2023-06-12 11:43:18 -07:00
Ikko Eltociear Ashimine
735a3c9b45 Fix typo in horde/index.d.ts
contructor -> constructor
2023-06-13 02:41:21 +09:00
Cohee
0007addbd9 Disable chat message autohide 2023-06-12 18:17:58 +03:00
Cohee
43701d378c Disable auto-mode in groups on user input 2023-06-12 18:15:18 +03:00
Cohee
aaf3f00bef Friendlier startup console messages 2023-06-12 17:38:41 +03:00