Commit Graph

5633 Commits

Author SHA1 Message Date
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
d7817d1882 Set default newline suffix if wrap is enabled and there's no suffix in instruct template 2024-04-02 01:24:36 +03:00
3b333d3803 Merge pull request #1995 from Wolfsblvt/pick-macro
Add {{pick}} macro replacement
2024-04-02 01:17:03 +03:00
4f6127c8f2 Actually support comma-split syntax in random 2024-04-02 01:16:25 +03:00
36b718b9c7 Merge branch 'staging' into pick-macro 2024-04-02 01:07:04 +03:00
d498458971 Merge pull request #1996 from aisu-wata0/staging
fix: "Squash system messages" would fail to skip example messages
2024-04-02 00:35:57 +03:00
910837441c Merge pull request #1999 from Wolfsblvt/fix-autoscroll-firefox
Fix autoscroll stop not working on Firefox
2024-04-02 00:26:16 +03:00
9838ba8044 #1994 Add Cohere as a Chat Completion source 2024-04-02 00:20:17 +03:00
1be9551e9a Fix autoscroll stop not working on firefox 2024-04-01 23:12:54 +02:00
9c6d8e6895 Update auto summary interval calculation algorithms 2024-04-01 18:57:42 +03:00
41860bdc57 fix: squashing system messages would fail to skip example messages 2024-04-01 01:24:29 -03:00
70adee3c63 Add {{pick}} macro replacement
- Pick macro that works like random, but is consistent for the chat and context
- Change help text for random to actually utilize the new, preferred syntax
2024-04-01 01:47:56 +02:00
a5d00d356b Auto-calculate summary words 2024-04-01 02:11:52 +03:00
159404c3e2 Hide "no WI/AN" in Extras summary mode 2024-04-01 01:18:29 +03:00
6aa97c73e9 Fix example dialogue formatting with block header 2024-03-31 21:27:13 +03:00
b990eb523b #1980 Add raw summary prompt builder mode 2024-03-31 21:22:27 +03:00
3331cb6491 Add ability to temporarily override response length for /gen and /genraw 2024-03-31 21:02:38 +03:00
ad4269f476 Add system prompt to /genraw command 2024-03-31 19:42:12 +03:00
2e28f24251 Fix summary controls disappearing when switching Chat Completion sources 2024-03-31 14:27:43 +03:00
e489d762a5 Merge pull request #1992 from HiroseKoichi/staging
Fix default instruct format in settings.json
2024-03-31 13:59:36 +03:00
39f9ba0ef5 Update feature-request.yml 2024-03-31 13:56:56 +03:00
3b8188877f update ISSUE_TEMPLATE 2024-03-31 12:47:51 +02:00