mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 18:00:15 +01:00
fix: Correct Default Model Name in Response Sender and Update Anthropics 🤖 (#1208)
* feat: add claude-2.1 to default anthropic models * chore: remove console log in NavLinks * fix: issue with response sender not using model name, change anthropic default value to Claude * fix: preset will not be selected on edit
This commit is contained in:
parent
f3402401f1
commit
5e6f8cbce7
6 changed files with 6 additions and 6 deletions
|
|
@ -41,8 +41,6 @@ function NavLinks() {
|
|||
conversation.conversationId !== 'new' &&
|
||||
conversation.conversationId !== 'search';
|
||||
|
||||
console.log('NavLinks', conversation, exportable);
|
||||
|
||||
const clickHandler = () => {
|
||||
if (exportable) {
|
||||
setShowExports(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue