| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix: Changes to make npm run check GH status check pass (#710) The Lint & Unit Tests PR status check is failing at the "Run lint" step over a half-dozen issues. This is causing all PR's to fail the Lint & Unit tets check. This fix resolves those issues. Signed-off-by: Bryon Nevis <bryon.nevis@intel.com> | 4 个月前 | |
fix: allow QvQ (Qwen Visual QA) models to use image input (#808) QvQ models (e.g. qvq-72b-preview, qvq-max) are visual reasoning models from the Qwen family that support image input. When accessed via providers that prefix model names with 'qwen/' (e.g., OpenRouter), these models contain 'qwen' in their ID but lack the 'vl' or 'vision' indicator. This caused supportsImageInput() to incorrectly return false for model IDs like 'qwen/qvq-72b-preview', blocking image uploads for vision-capable models. Add 'qvq' as an explicit exception in the Qwen text-model check so that QvQ models are correctly allowed to receive image input regardless of the provider prefix. Co-authored-by: octo-patch <octo-patch@github.com> | 2 个月前 |