From adb7782b58cb7f30b93a92b451efec08378777b5 Mon Sep 17 00:00:00 2001 From: Akash K <57758277+amk-dev@users.noreply.github.com> Date: Tue, 30 Jul 2024 18:32:32 +0530 Subject: [PATCH] chore: enable ai experiments by default in settings (#4223) --- packages/hoppscotch-common/src/newstore/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hoppscotch-common/src/newstore/settings.ts b/packages/hoppscotch-common/src/newstore/settings.ts index fc82c50d7..8765770f5 100644 --- a/packages/hoppscotch-common/src/newstore/settings.ts +++ b/packages/hoppscotch-common/src/newstore/settings.ts @@ -114,7 +114,7 @@ export const getDefaultSettings = (): SettingsDef => ({ COLUMN_LAYOUT: true, HAS_OPENED_SPOTLIGHT: false, - ENABLE_AI_EXPERIMENTS: false, + ENABLE_AI_EXPERIMENTS: true, }) type ApplySettingPayload = {