From a3415adee15ced5ff4641628b7aaf99ee595cd0e Mon Sep 17 00:00:00 2001 From: zaidmukaddam Date: Fri, 25 Oct 2024 01:21:30 +0530 Subject: [PATCH] sonnet new --- components/ui/form-component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/form-component.tsx b/components/ui/form-component.tsx index 9931497..4e0f8f4 100644 --- a/components/ui/form-component.tsx +++ b/components/ui/form-component.tsx @@ -24,7 +24,7 @@ interface ModelSwitcherProps { const models = [ { value: "azure:gpt4o-mini", label: "GPT-4o Mini", icon: Zap, description: "High speed, good quality", color: "emerald" }, - { value: "anthropic:claude-3-5-sonnet-latest", label: "Claude", icon: Sparkles, description: "High quality, lower speed", color: "indigo" }, + { value: "anthropic:claude-3-5-sonnet-latest", label: "Claude 3.5 Sonnet (New)", icon: Sparkles, description: "High quality, lower speed", color: "indigo" }, { value: "azure:gpt-4o", label: "GPT-4o", icon: Cpu, description: "Higher quality, normal speed", color: "blue" }, ];