feat(vision): increase vision tool max_tokens

This commit is contained in:
zhayujie
2026-06-09 16:08:17 +08:00
parent ef46199346
commit e812c7d29a

View File

@@ -32,7 +32,7 @@ from config import conf
DEFAULT_MODEL = const.GPT_41_MINI
DEFAULT_TIMEOUT = 60
MAX_TOKENS = 1000
MAX_TOKENS = 4000
COMPRESS_THRESHOLD = 1_048_576 # 1 MB
SUPPORTED_EXTENSIONS = {