Browse Source

Merge remote-tracking branch 'origin/feat/openai-vector-searching' into imprv/openai-chat-sse

Yuki Takei 1 year ago
parent
commit
39787885b3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      apps/app/src/pages/[[...path]].page.tsx

+ 2 - 0
apps/app/src/pages/[[...path]].page.tsx

@@ -248,6 +248,8 @@ const Page: NextPageWithLayout<Props> = (props: Props) => {
 
   useIsLocalAccountRegistrationEnabled(props.isLocalAccountRegistrationEnabled);
 
+  useIsAiEnabled(props.aiEnabled);
+
   const { pageWithMeta } = props;
 
   const pageId = pageWithMeta?.data._id;