mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
5927ecc394
This fixes issue #2943 where WeChat channel image requests to Zhipu GLM-5-Turbo vision API failed with error code 1210 (parameter error) without triggering the fallback mechanism. Changes: - Added error code 1210 pattern matching to formatPatterns - This allows the fallback mechanism to recognize Zhipu API parameter errors and fall back to alternative vision models Closes #2943