create-urateam 0.1.50 → 0.1.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -177,4 +177,5 @@ DASHBOARD_PASSWORD=
|
|
|
177
177
|
# Optional knobs (defaults shown):
|
|
178
178
|
# REVIEW_MODELS_TIMEOUT_MS=300000
|
|
179
179
|
# REVIEW_MODELS_MAX_INPUT_TOKENS=150000
|
|
180
|
+
# REVIEW_MODELS_MAX_OUTPUT_TOKENS=4000 # BEC-164: cap max_tokens per request; unset = model default (can be very large → 402s)
|
|
180
181
|
# OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
|