-
feat: Add GEMINI_VISION_MAX_IMAGE_NUM configuration
Some checks failedPublish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelledPublish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelledLinux Release / release (push) Has been cancelledmacOS Release / release (push) Has been cancelledWindows Release / release (push) Has been cancelledreleased this
2024-12-20 21:36:23 +08:00 | 3782 commits to main since this release- Introduced
GEMINI_VISION_MAX_IMAGE_NUMto README files for better user guidance. - Updated
env.goto retrieve the maximum image number from environment variables, defaulting to 16. - Modified image handling logic in
relay-gemini.goto respect the new configuration, allowing disabling of the limit by setting it to -1. - Removed hardcoded constant for maximum image number in
constant.goto streamline configuration management.
Downloads
- Introduced