updated the examples and added strict rules

This commit is contained in:
Anirban Kar
2024-12-15 22:15:17 +05:30
parent 9f5c01f5dd
commit 31706183b4
7 changed files with 125 additions and 59 deletions

View File

@@ -4,8 +4,7 @@ import { PromptLibrary } from '~/lib/common/prompt-library';
import { useSettings } from '~/lib/hooks/useSettings';
export default function FeaturesTab() {
const { debug, enableDebugMode, isLocalModel, enableLocalModels, eventLogs, enableEventLogs, promptId, setPromptId } =
const { debug, enableDebugMode, isLocalModel, enableLocalModels, enableEventLogs, promptId, setPromptId } =
useSettings();
const handleToggle = (enabled: boolean) => {
enableDebugMode(enabled);