fix(vision): bump vision timeout from 60s to 180s to avoid premature failures

This commit is contained in:
zhayujie
2026-06-09 16:36:01 +08:00
parent e812c7d29a
commit 08e23e5bd8
8 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ from common.log import logger
from config import conf
DEFAULT_MODEL = const.GPT_41_MINI
DEFAULT_TIMEOUT = 60
DEFAULT_TIMEOUT = 180
MAX_TOKENS = 4000
COMPRESS_THRESHOLD = 1_048_576 # 1 MB