mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
chore(tests): drop redundant capability comment
Per greptile review + CLAUDE.md comment policy: the comment restated the immediately following assertions without adding value.
This commit is contained in:
parent
3ea4b715ba
commit
e9f1af8473
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ def test_friendli_glm_5_3_flash_model_info():
|
|||
assert info["supports_max_reasoning_effort"] is True
|
||||
assert info["supports_tool_choice"] is True
|
||||
assert info["supports_prompt_caching"] is True
|
||||
# Friendli serves image and video input
|
||||
assert info["supports_vision"] is True
|
||||
assert info["supports_image_input"] is True
|
||||
assert info["supports_video_input"] is True
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue