feat: support config chunk length by env (#12925)

This commit is contained in:
Joel
2025-01-22 10:43:40 +08:00
committed by GitHub
parent e23f4b0265
commit e09f6e4987
7 changed files with 17 additions and 7 deletions

View File

@@ -45,6 +45,7 @@ const LocaleLayout = ({
data-public-site-about={process.env.NEXT_PUBLIC_SITE_ABOUT}
data-public-text-generation-timeout-ms={process.env.NEXT_PUBLIC_TEXT_GENERATION_TIMEOUT_MS}
data-public-top-k-max-value={process.env.NEXT_PUBLIC_TOP_K_MAX_VALUE}
data-public-indexing-max-segmentation-tokens-length={process.env.NEXT_PUBLIC_INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH}
>
<BrowserInitor>
<SentryInitor>