fix(radar): restore D12 public boundary (#12057)

This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-08-29 17:37:26 -03:00
committed by GitHub
parent 34e2f84c04
commit 2b8d3a8291

View File

@@ -1,7 +1,7 @@
/**
* Optional-sharp image normalization.
*
* Rationale (migrated from freellmapi `server/src/lib/image-normalize.ts:40-58`):
* Rationale:
* OpenAI resizes images to a long-edge cap of 2048px server-side, Anthropic applies
* a similar cap. Downscaling client-side before upload reduces tokens/latency without
* changing model behavior. `sharp` is loaded via dynamic import so that a platform