From ff37225253b8a4bc9b09f2730ec14e5deb393d72 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Tue, 21 Oct 2025 12:22:37 +0530 Subject: [PATCH] feat(models-section): allow selecting chat model --- .../Settings/Sections/Models/Section.tsx | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/components/Settings/Sections/Models/Section.tsx b/src/components/Settings/Sections/Models/Section.tsx index 1ae39b7..9ba2e2f 100644 --- a/src/components/Settings/Sections/Models/Section.tsx +++ b/src/components/Settings/Sections/Models/Section.tsx @@ -20,14 +20,25 @@ const Models = ({ return (
-

+

Select models

- + + p.chatModels.some((m) => m.key != 'error'), + )} + type="chat" + /> + + p.embeddingModels.some((m) => m.key != 'error'), + )} + type="embedding" + />
-

+

Manage model provider