Commits

feat/multi-feature-pack

2024-10-09

Hide old models selector
Cohee authored 1 year ago
0a84c094
Remove package.json reference
Cohee authored 1 year ago
ee945b8d
Initialize page on load
Cohee authored 1 year ago
151a77cd
BugFix and UI improvements
DarokCx authored 1 year ago
64ff5554
Fix npm audit
Cohee authored 1 year ago
b6a7929c
Tool Calling: Don't try to parse if tool calling is not supported
Cohee authored 1 year ago
3fd7ca90
Merge pull request #2953 from QuantumEntangledAndy/feat/AdditionalLoginsSigned
Cohee authored 1 year ago
e7fe2188
[chore] Use same basic code logic in user as in basicAuthSigned
QuantumEntangledAndy authored 1 year ago
ad316c6d
Only allow login via basic per-user if user password is setSigned
QuantumEntangledAndy authored 1 year ago
06a7bdd3
[bug] Don't allow per user auth with accounts disabled
Cohee authored 1 year ago
fe1f9faf
Merge pull request #2962 from SillyTavern/cohere-v2Signed
Cohee authored 1 year ago
15efdb66
Cohere: Swap message and tool plan in extractMessageFromData
Cohee authored 1 year ago
7162f9d5
Remove userPlaceholder #2962
Cohee authored 1 year ago
face9462
Tool Calling: Make formatMessage async
Cohee authored 1 year ago
c49138df
Tool Calling: add shouldRegister function to tool defintion
Cohee authored 1 year ago
bc0f5bf4
ImageGen: Add a placeholder for {{prefixedPrompt}} in the message template Closes #2946
Cohee authored 1 year ago
10f51f5d

2024-10-08

Change GenerateImage tool description
Cohee authored 1 year ago
de57123e
[chore] Strict equality check
Cohee authored 1 year ago
15436d0f
[bug] Fix basic auto-logins to disabled users
Cohee authored 1 year ago
fe8ffe5b
[bug] Don't try per user auto-login if basic auth disabled
Cohee authored 1 year ago
a1352d81
[bug] Fix login attempts to disabled users
Cohee authored 1 year ago
0ada5407
[chore] Rename local variable, use strict comparison.
Cohee authored 1 year ago
07d6808e
[chore] Remove debug console log
Cohee authored 1 year ago
3e9d0cc1
[chore] Rename local variable
Cohee authored 1 year ago
34223038
[chore] Reformat
Cohee authored 1 year ago
8a95e0a2
Rename PERUSER => PER_USER
Cohee authored 1 year ago
b9375ed7
Merge branch 'staging' into feat/AdditionalLogins
Cohee authored 1 year ago
5765ea85
Merge pull request #2955 from Yokayo/stagingSigned
Cohee authored 1 year ago
bdaf7b92
Add parentheses for clarity
Cohee authored 1 year ago
26716686
Fix old name prepopulate, run formatter
Cohee authored 1 year ago
7061753d
Cohere: Update embeddings to v2 #2962
Cohee authored 1 year ago
9db761ce
Migrate Cohere to /v2/chat Closes #2916
Cohee authored 1 year ago
c2935ba4

2024-10-07

Text sizing correction.
DarokCx authored 1 year ago
9b355263
Make Run on edit actually work Fixes #2958
Cohee authored 1 year ago
9e50ff34
Added sort by date Added
DarokCx authored 1 year ago
09035a71
Add a noauto query param to loginSigned
QuantumEntangledAndy authored 1 year ago
1cda7003

2024-10-06

Don't split tool calls and tool results
Cohee authored 1 year ago
591f61d3
Limit tool calls recursion
Cohee authored 1 year ago
7db85e7e
Use classic hash method for Node 18
Cohee authored 1 year ago
67ebf0fc
Mistral: Use hex toolid encoding
Cohee authored 1 year ago
87d73af0
Fix select2 buttons alignment
Cohee authored 1 year ago
f82a479a
Claude: remove tools from prompt if tools not supported or not provided
Cohee authored 1 year ago
991e10c7
Allow tool registration on swipes
Cohee authored 1 year ago
89bad218
Fix tool call reuse between Claude and OAI
Cohee authored 1 year ago
6b022e78
Indicates extensions that add tools in the list
Cohee authored 1 year ago
f7ec2e47
ImageGen: rename Enable function tool => Use function tool
Cohee authored 1 year ago
a4256ccf
Merge pull request #2932 from SillyTavern/tool-callingSigned
Cohee authored 1 year ago
4cc8b8d0
Mistral: Change tool call id algorithm
Cohee authored 1 year ago
4f46a8ff
Group tool calls in the result
Cohee authored 1 year ago
927c2418
Mistral: sanitize tool call id
Cohee authored 1 year ago
2a25f75f