Featherless: More specifity for selectors
Commits
main2024-10-09
4bdaca5f
Featherless: Fix /model command
Merge branch 'staging' into featherless-models
Hide old models selector
Remove package.json reference
Initialize page on load
BugFix and UI improvements
Fix npm audit
Tool Calling: Don't try to parse if tool calling is not supported
Merge pull request #2953 from QuantumEntangledAndy/feat/AdditionalLoginsSigned
[chore] Use same basic code logic in user as in basicAuthSigned
Only allow login via basic per-user if user password is setSigned
[bug] Don't allow per user auth with accounts disabled
Merge pull request #2962 from SillyTavern/cohere-v2Signed
Cohere: Swap message and tool plan in extractMessageFromData
Remove userPlaceholder #2962
Tool Calling: Make formatMessage async
Tool Calling: add shouldRegister function to tool defintion
ImageGen: Add a placeholder for {{prefixedPrompt}} in the message template Closes #2946
2024-10-08
Change GenerateImage tool description
[chore] Strict equality check
[bug] Fix basic auto-logins to disabled users
[bug] Don't try per user auto-login if basic auth disabled
[bug] Fix login attempts to disabled users
[chore] Rename local variable, use strict comparison.
[chore] Remove debug console log
[chore] Rename local variable
[chore] Reformat
Rename PERUSER => PER_USER
Merge branch 'staging' into feat/AdditionalLogins
Merge pull request #2955 from Yokayo/stagingSigned
Add parentheses for clarity
Fix old name prepopulate, run formatter
Cohere: Update embeddings to v2 #2962
Migrate Cohere to /v2/chat Closes #2916
2024-10-07
2024-10-06
Don't split tool calls and tool results
Limit tool calls recursion
Use classic hash method for Node 18
Mistral: Use hex toolid encoding
Fix select2 buttons alignment
Claude: remove tools from prompt if tools not supported or not provided
Allow tool registration on swipes
Fix tool call reuse between Claude and OAI
Indicates extensions that add tools in the list
ImageGen: rename Enable function tool => Use function tool
Merge pull request #2932 from SillyTavern/tool-callingSigned