diff --git a/src/components/Generic/Select.tsx b/src/components/Generic/Select.tsx index c8c1a1db..d7562761 100644 --- a/src/components/Generic/Select.tsx +++ b/src/components/Generic/Select.tsx @@ -37,25 +37,25 @@ const CustomSelect: React.FC = ({ }; return ( -
+
- {value} + {value} ▼{" "}
{isOpen && ( -
+
{options.map((option, index) => (
handleOptionClick(option)} > {option} diff --git a/src/components/Settings/LLMSettings.tsx b/src/components/Settings/LLMSettings.tsx index b2eb12c7..6e874b6b 100644 --- a/src/components/Settings/LLMSettings.tsx +++ b/src/components/Settings/LLMSettings.tsx @@ -60,21 +60,16 @@ const AIModelManager: React.FC = () => { const modelNames = Object.keys(modelConfigs); return ( -
+

LLM

- {/* */} - +
+ +
{/* +
+ +
{/*

LLM

= ({ isOpen, onClose }) => { disabled placeholder="LLM Model" /> */} -
+

Open AI Key

setOpenAIKey(e.target.value)} onKeyDown={handleKeyPress}