changed claude from 3.5 to 3.7

This commit is contained in:
Nikita 2025-03-15 13:58:27 +03:00
parent d62b7cea7e
commit 6dbac0b79e
2 changed files with 4 additions and 4 deletions

View file

@ -26,8 +26,8 @@ import { ReactComponent as LoadingIcon } from '../../icons/loading.svg';
const models = [
{
title: __('Claude 3.5 Sonnet', 'mind'),
name: 'claude-3-5-sonnet',
title: __('Claude 3.7 Sonnet', 'mind'),
name: 'claude-3-7-sonnet',
description: __('Best quality and recommended', 'mind'),
},
{