Spaces:
Sleeping
Sleeping
Update config/scanners.yml
Browse files- config/scanners.yml +2 -2
config/scanners.yml
CHANGED
@@ -2,8 +2,8 @@ app:
|
|
2 |
name: ${APP_NAME:LLM Guard API}
|
3 |
log_level: ${LOG_LEVEL:INFO}
|
4 |
scan_fail_fast: ${SCAN_FAIL_FAST:false}
|
5 |
-
scan_prompt_timeout: ${SCAN_PROMPT_TIMEOUT:
|
6 |
-
scan_output_timeout: ${SCAN_OUTPUT_TIMEOUT:
|
7 |
port: ${APP_PORT:7860}
|
8 |
|
9 |
cache:
|
|
|
2 |
name: ${APP_NAME:LLM Guard API}
|
3 |
log_level: ${LOG_LEVEL:INFO}
|
4 |
scan_fail_fast: ${SCAN_FAIL_FAST:false}
|
5 |
+
scan_prompt_timeout: ${SCAN_PROMPT_TIMEOUT:30}
|
6 |
+
scan_output_timeout: ${SCAN_OUTPUT_TIMEOUT:50}
|
7 |
port: ${APP_PORT:7860}
|
8 |
|
9 |
cache:
|