Skip to content

Fix image_summary bug#277

Merged
MaojiaSheng merged 6 commits intomainfrom
fix/provider_bugs
Feb 25, 2026
Merged

Fix image_summary bug#277
MaojiaSheng merged 6 commits intomainfrom
fix/provider_bugs

Conversation

@BytedanceFu
Copy link
Collaborator

Description

Related Issue

#272

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Performance improvement
  • Test update

Changes Made

  • using three sdk instead of one litellm
  • skip svg image

Testing

  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have tested this on the following platforms:
    • Linux
    • macOS
    • Windows

Checklist

  • My code follows the project's coding style
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

Screenshots (if applicable)

Additional Notes

@CLAassistant
Copy link

CLAassistant commented Feb 25, 2026

CLA assistant check
All committers have signed the CLA.

@BytedanceFu BytedanceFu self-assigned this Feb 25, 2026
@@ -127,21 +127,20 @@ def create(config: Dict[str, Any]) -> VLMBase:
"""
provider = config.get("provider") or config.get("backend") or "openai"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里可以用 .lower() 处理下,避免用户大小写配置错误

@MaojiaSheng MaojiaSheng merged commit c9b696d into main Feb 25, 2026
5 checks passed
@MaojiaSheng MaojiaSheng deleted the fix/provider_bugs branch February 25, 2026 09:30
@github-project-automation github-project-automation bot moved this from Backlog to Done in OpenViking project Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants