feat: support config top max value by env (#12375)

This commit is contained in:
Joel
2025-01-06 10:38:14 +08:00
committed by GitHub
parent 455b0cd696
commit 3b8f6233b0
6 changed files with 47 additions and 54 deletions

View File

@@ -23,5 +23,6 @@ export NEXT_TELEMETRY_DISABLED=${NEXT_TELEMETRY_DISABLED}
export NEXT_PUBLIC_TEXT_GENERATION_TIMEOUT_MS=${TEXT_GENERATION_TIMEOUT_MS}
export NEXT_PUBLIC_CSP_WHITELIST=${CSP_WHITELIST}
export NEXT_PUBLIC_TOP_K_MAX_VALUE=${TOP_K_MAX_VALUE}
pm2 start ./pm2.json --no-daemon