diff --git a/client/src/pages/SettingsPage.tsx b/client/src/pages/SettingsPage.tsx index 96a3201..f292a20 100644 --- a/client/src/pages/SettingsPage.tsx +++ b/client/src/pages/SettingsPage.tsx @@ -14,7 +14,7 @@ import { LanguageSwitcher } from "@/components/LanguageSwitcher"; import { PageHeader } from "@/components/ui/page-header"; import { useToast } from "@/hooks/use-toast"; import Sidebar from "@/components/layout/Sidebar"; -import { User, Bell, Shield, Palette, Moon, Sun, Globe, Download, Trash2 } from "lucide-react"; +import { User, Bell, Shield, Palette, Brain } from "lucide-react"; export default function SettingsPage() { const { user, updateProfile } = useAuth(); @@ -82,6 +82,10 @@ export default function SettingsPage() { Appearance + + + AI Models + @@ -261,6 +265,101 @@ export default function SettingsPage() { + + + + + AI Model Management + + Configure AI models and processing preferences. + + + +
+
+ +

+ Choose the AI model for generating responses +

+ +
+ +
+ +

+ Select voice recognition engine +

+ +
+ +
+
+ +

+ Enable intelligent task and financial suggestions +

+
+ +
+ +
+
+ +

+ Process AI requests locally when possible +

+
+ +
+ +
+
+ +

+ Allow AI to learn from your usage patterns +

+
+ +
+
+ +
+
+
+

Current Model Status

+

Claude 3 Sonnet - Active

+
+
+

API Usage

+

2,341 requests this month

+
+
+
+ + +
+
+