apply scroll_amount_multiplier (#2268)

This commit is contained in:
Shuchang Zheng
2025-05-01 00:09:49 -07:00
committed by GitHub
parent a7263f579b
commit d107a7563c
2 changed files with 6 additions and 4 deletions

View File

@@ -34,3 +34,4 @@ class ScrapeType(StrEnum):
SCRAPE_TYPE_ORDER = [ScrapeType.NORMAL, ScrapeType.NORMAL, ScrapeType.RELOAD]
DEFAULT_MAX_TOKENS = 100000
MAX_IMAGE_MESSAGES = 10
SCROLL_AMOUNT_MULTIPLIER = 100