diff --git a/src/components/Settings/Sections/ChatSettings.tsx b/src/components/Settings/Sections/ChatSettings.tsx
index 0efd4de8..a0057795 100644
--- a/src/components/Settings/Sections/ChatSettings.tsx
+++ b/src/components/Settings/Sections/ChatSettings.tsx
@@ -129,8 +129,8 @@ const ChatSettings = () => {
className="input cdx-w-44"
onChange={handleModalChange}
>
- {Object.keys(AvailableModels).map((modal) => (
-
))}