We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f70b1 commit 33d06a3Copy full SHA for 33d06a3
src/theme/SearchBar/index.tsx
@@ -43,8 +43,9 @@ export default function SearchBar() {
43
prompts: {
44
siteName: "Web3Auth",
45
systemPrompt,
46
- useSummarization: false,
+ useSummarization: true,
47
},
48
+ enableLogging: true,
49
};
50
// @ts-ignore
51
return <DocusaurusAISearch themeConfig={themeConfig} aiConfig={aiConfig} />;
0 commit comments