diff --git a/src/pages/Chatbox.tsx b/src/pages/Chatbox.tsx index e7b5353..07a3c91 100644 --- a/src/pages/Chatbox.tsx +++ b/src/pages/Chatbox.tsx @@ -423,7 +423,6 @@ export default function ChatBOX() { } }; - const [showSettings, setShowSettings] = useState(false); const userInputRef = useRef(null); return ( @@ -537,7 +536,8 @@ export default function ChatBOX() {
System Prompt
setShowSettings(true)} + // onClick={() => setShowSettings(true)} + // TODO: add a button to show settings > {chatStore.systemMessageContent}
@@ -547,7 +547,7 @@ export default function ChatBOX() { } - onClick={() => setShowSettings(true)} + // TODO: add a button to show settings />