Commit Graph

2999 Commits

Author SHA1 Message Date
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
Cohee
65ee58d383 Hide wand if no extensions with menu button are active 2023-06-12 17:13:56 +03:00
Cohee
ecd8cad933 Clarify Poe max context sizes, increase default timeout, add ignore <ACK> to character note, don't chunkify the prompt for Claude-100k 2023-06-12 13:09:15 +03:00
Cohee
5b1d48a833 Fix dice extension dropdown 2023-06-12 12:39:59 +03:00
Cohee
f36bd0d3b9 Fix stop button not deactivating on impersonation finish in group chats 2023-06-12 12:35:17 +03:00
RossAscends
afe60c1e39 fix WI Entry disable style 2023-06-12 16:36:41 +09:00
RossAscends
548a3964a3 sitewide style fixes, char panel revamp 2023-06-12 16:14:13 +09:00
Zixaphir
b652b64863 Correct testing fail. 2023-06-11 19:14:41 -07:00
Zixaphir
e9427a14d5 Add warning if streaming is unsupported on kobold version.
minimum version of koboldcpp 1.30 is the only known implementation
to support SSE token streaming, assuming 1.30 releases with the
feature enabled.
2023-06-11 18:36:19 -07:00
Cohee
ac2fceeddf Add token counter for author's notes 2023-06-12 02:35:54 +03:00
Cohee
893cb968f5 Dynamically display lock icons 2023-06-12 01:09:54 +03:00
Cohee
77ac976dd3 Clarify persona management info messages 2023-06-12 00:53:18 +03:00
Cohee
4a507b2a46 Clarify wording for user name locking 2023-06-12 00:36:17 +03:00
Cohee
41ee2a20fb Add docs to /? message 2023-06-12 00:04:40 +03:00
Cohee
a3b977918c Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-06-11 23:49:58 +03:00
Cohee
2a882c4285 Ability to set default persona for chats 2023-06-11 23:49:55 +03:00
RossAscends
2b094653c0 help links match UI theme quotescolor 2023-06-12 05:45:42 +09:00
RossAscends
e1687b29a6 fix links for new docs site structure 2023-06-12 05:27:40 +09:00
Zixaphir
698461c188 Implement support for koboldcpp SSE streaming.
koboldcpp added SSE streaming to its API as of:
https://github.com/LostRuins/koboldcpp/pull/220

This has not yet been added to release, but I figued I'd try to
get the work done to make it ready.

Work mostly hijacked from:
10bbc97069
2023-06-11 13:24:07 -07:00
RossAscends
4bce33b1a9 Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev 2023-06-12 03:41:24 +09:00
RossAscends
3dc6936002 improve options&extensions menu display..again.. 2023-06-12 03:41:21 +09:00
Cohee
fc3d5ccf99 Merge pull request #481 from breathingmanually/send-if-empty 2023-06-11 20:43:13 +03:00
breathingmanually
147c7ea6ec Fix swipes etc when send_if_empty is set 2023-06-11 14:30:36 -03:00
Cohee
eea8516879 Don't process free mode SD prompts (just trim it) 2023-06-11 19:28:06 +03:00