diff --git a/components/Search/InkeepSearch.tsx b/components/Search/InkeepSearch.tsx index 1d88481c17..01568e1ff6 100644 --- a/components/Search/InkeepSearch.tsx +++ b/components/Search/InkeepSearch.tsx @@ -134,16 +134,6 @@ const inkeepAIChatSettings: InkeepAIChatSettings = { botAvatarSrcUrl: "https://goteleport.com/static/pam-standing.svg", isControlledMessage: true, defaultChatMode: "AUTO", - toggleButtonSettings: { - isChatModeToggleEnabled: true, - chatModeToggleValue: "TURBO", - chatModeToggleLabel: "Turbo Mode", - chatModeToggleTooltip: - "Turbo mode provides faster responses but can be less accurate.", - }, - disclaimerSettings: { - isDisclaimerEnabled: false, - }, }; const inkeepSearchSettings: InkeepSearchSettings = {