Skip to content

Commit a660e1f

Browse files
authored
Merge pull request #415 from OpenGeoscience/thumbnail-size
Decrease thumbnail size for qwen imagery task
2 parents 0d2ba0a + f153d2c commit a660e1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uvdat/core/tasks/analytics/imagery_ask_qwen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
)
2121
TOKEN_RANGE = {"min": 1000, "max": 10000, "step": 1000}
2222
MAX_PROMPT_LENGTH = 4000
23-
THUMBNAIL_SIZE = 4000
23+
THUMBNAIL_SIZE = 2000
2424
MAX_STARTUP_WAIT = 300
2525

2626

0 commit comments

Comments
 (0)