mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-03 16:30:21 +02:00
default off
This commit is contained in:
parent
34b2e5d9d3
commit
9f37ca23e8
@ -137,8 +137,8 @@ if _LITELLM_EXTRA_BODY_RAW:
|
||||
# Evaluated via custom ML model
|
||||
|
||||
USE_INFORMATION_CONTENT_CLASSIFICATION = (
|
||||
os.environ.get("USE_INFORMATION_CONTENT_CLASSIFICATION") or "true"
|
||||
).lower() == "true"
|
||||
os.environ.get("USE_INFORMATION_CONTENT_CLASSIFICATION", "false").lower() == "true"
|
||||
)
|
||||
|
||||
# Cutoff below which we start using the information content classification model
|
||||
INDEXING_INFORMATION_CONTENT_CLASSIFICATION_CUTOFF_LENGTH = float(
|
||||
|
Loading…
x
Reference in New Issue
Block a user