Commit Graph

4752 Commits

Author SHA1 Message Date
144d115d6a Fix position of dynamic pop-outs control bar 2024-04-05 01:05:50 +03:00
b948e31a89 Remove tag debug logs if state unchanged 2024-04-05 00:54:17 +03:00
0804843805 Add per-character and per-group overrides for external media 2024-04-05 00:39:54 +03:00
6cc73c2a0b Add instruct last system sequence 2024-04-04 22:27:08 +03:00
274abb4749 Merge pull request #2010 from aisu-wata0/wi_min_activations_perf_fix
performance: World Info min activations skips seen buffer
2024-04-04 21:35:36 +03:00
ee3718ad7a Forward error messages from Cohere streams 2024-04-04 21:20:30 +03:00
813476d72a Fix stream error parsing when using Smooth Streaming 2024-04-04 21:20:10 +03:00
0d57f7ea4f fix: removed recurseReset() 2024-04-04 15:19:39 -03:00
ecc638a76d Merge pull request #2011 from aisu-wata0/wi_remnant_debug_logs
removed some remnant debug logs
2024-04-04 20:41:09 +03:00
75ebdf394a Add pollinations as image generation source 2024-04-04 20:40:47 +03:00
42138ca09b Add command-r-plus 2024-04-04 20:38:34 +03:00
5ab9d9b863 removed some remnant debug logs 2024-04-04 03:08:17 -03:00
95c910a521 fix: WI min activations skips seen buffer 2024-04-04 02:56:39 -03:00
9d87b233e1 Update readme.md 2024-04-03 19:24:52 +02:00
6f2adf2bcf Update readme.md 2024-04-03 19:05:31 +02:00
cf6705baff Fix response length override 2024-04-03 02:33:01 +03:00
4d01000751 Switch default summary prompt builder to classic 2024-04-03 02:13:09 +03:00
d8fa692774 Unify API connect UI positioning 2024-04-03 01:45:38 +03:00
7e8d4a5a75 Merge pull request #2005 from Wolfsblvt/improve-server-version-logging
Improve server version logging info
2024-04-03 01:00:48 +03:00
f71ec73d56 Fix tpyo + add clarity + lint 2024-04-03 01:00:20 +03:00
27698fd024 Add ability to get model name with /model 2024-04-03 00:52:30 +03:00
c0bb90b649 Return instruct and context names when no name provided for slash command 2024-04-03 00:36:40 +03:00
d6b700483f Allow hyphens in SD prompts 2024-04-03 00:29:34 +03:00
8a0997c47b Allow auto-continue in group chats 2024-04-03 00:27:11 +03:00
3ccb63dd21 Server logging utilize tracking branch
- Use tracking branch instead of hardcoded "origin"
- Remove dev logging message if not on "staging" or "release"
2024-04-02 22:51:43 +02:00
9221ddde57 +OpenRouter captioning models 2024-04-02 23:17:51 +03:00
514c40228c Improve server version logging info
- Capture commit date and print that next to the branch
- Info for being on a dev branch
- Info for not being on the latest commit (fetch should've gotten it, if update script was run)
2024-04-02 22:17:21 +02:00
f9e74ea9bf Merge pull request #2004 from SillyTavern/smooth-streaming
Smooth streaming
2024-04-02 23:01:05 +03:00
54a6f4bc62 Add speed control 2024-04-02 22:52:51 +03:00
f13e718dc7 Compatibility with extensions 2024-04-02 20:25:37 +03:00
534612db87 Merge branch 'staging' into smooth-streaming 2024-04-02 19:40:16 +03:00
422b9e1b63 Fix sequences to stop strings if missing values 2024-04-02 18:34:29 +03:00
759e8eed0c Fix for Together 2024-04-02 16:38:39 +03:00
2859ae54ab Don't delay when not in focus 2024-04-02 16:21:55 +03:00
ca047034b7 Fix smooth stream for MakerSuite 2024-04-02 16:13:01 +03:00
7389286862 Don't show logprobs when using smooth streaming 2024-04-02 15:51:00 +03:00
8176e09d4a Refactor event parsing 2024-04-02 15:25:23 +03:00
51b3b8bfaa Add smooth streaming 2024-04-02 14:56:15 +03:00
c0fffde739 Fix SD "Raw last message" in groups 2024-04-02 13:15:31 +03:00
04edf32ef0 Do not send dynatemp to backends if disabled 2024-04-02 11:29:49 +03:00
96a85ca688 Merge pull request #2003 from bdashore3/json-schema
Add JSON schemas for TabbyAPI
2024-04-02 11:23:49 +03:00
0b76e1d350 Fix schema not loading from presets. Fix ESLint warnings 2024-04-02 11:23:29 +03:00
43401312e1 Merge pull request #2002 from aisu-wata0/example_chat_loop
fix: openai: avoid skipping example chats in a dialogue when close to quota
2024-04-02 10:58:00 +03:00
5210db5679 Format
Signed-off-by: kingbri <bdashore3@proton.me>
2024-04-02 01:01:59 -04:00
4f0322351e Sampling: Add ability to send JSON schemas
TabbyAPI supports the ability to send JSON schemas with prompts in
addition to EBNF strings supported by outlines. Add an extra box
for TabbyAPI only.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-04-02 00:59:21 -04:00
ac0a431cbe fix: avoid skipping example chats in a dialogue when close to quota 2024-04-01 22:44:16 -03:00
99005d6396 Merge pull request #2000 from Wolfsblvt/unify-pick-roll-macro-regex
Unify {{pick}} and {{random}} regex
2024-04-02 02:10:24 +03:00
3632631997 random and pick allow empty items and trim correctly 2024-04-02 01:02:02 +02:00
9b24397f5a Unify {{pick}} and {{random}} regex
- Allow all four possible syntax forms, just to make this easier: {{random:1️⃣:two}}, {{random1️⃣:two}}, {{random::one,two}} and {{random:one,two}}
2024-04-02 00:42:13 +02:00
03a203d607 Fix macro help 2024-04-02 01:28:31 +03:00