mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-09-02 01:20:23 +08:00
* fix: enable image support for Kimi K2.5 model Kimi K2.5 supports image input but was incorrectly blocked by the supportsImageInput check that excluded all Kimi models without "vision" in the name. Updated the condition to only exclude the older K2 model while allowing K2.5. * fix: improve Kimi K2.5 image support logic and add tests - Only block kimi-k2 specifically, not all Kimi models - Add unit test for kimi-k2.5 image support