Lastest change

This commit is contained in:
Kunthawat Greethong
2025-12-19 16:13:39 +07:00
parent 24c79defff
commit 6bb756fdd7
91 changed files with 4341 additions and 422 deletions

View File

@@ -266,8 +266,8 @@ export function ModelPicker() {
{/* Primary providers as submenus */}
{primaryProviders.map(([providerId, models]) => {
models = models.filter((model) => {
// Don't show free models if Dyad Pro is enabled because
// we will use the paid models (in Dyad Pro backend) which
// Don't show free models if MoreMinimore Pro is enabled because
// we will use the paid models (in MoreMinimore Pro backend) which
// don't have the free limitations.
if (
isDyadProEnabled(settings) &&
@@ -280,7 +280,7 @@ export function ModelPicker() {
const provider = providers?.find((p) => p.id === providerId);
const providerDisplayName =
provider?.id === "auto"
? "Dyad Turbo"
? "MoreMinimore Turbo"
: (provider?.name ?? providerId);
return (
<DropdownMenuSub key={providerId}>