'use client' import { useContext } from 'react' import { Switch, Button } from '@janhq/uikit' import { FeatureToggleContext } from '@/context/FeatureToggle' const Advanced = () => { const { experimentalFeatureEnabed, setExperimentalFeatureEnabled } = useContext(FeatureToggleContext) return (
Enable experimental features that may be unstable tested.
Open the directory where your app data, like conversation history and model configurations, is located.