mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Merge pull request #4555 from berkecanrizai/vision-docs-typo
fix: typo in vision docs
This commit is contained in:
commit
4304a56ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ Use `litellm.supports_vision(model="")` -> returns `True` if model supports `vis
|
|||
|
||||
```python
|
||||
assert litellm.supports_vision(model="gpt-4-vision-preview") == True
|
||||
assert litellm.supports_vision(model="gemini-1.0-pro-visionn") == True
|
||||
assert litellm.supports_vision(model="gemini-1.0-pro-vision") == True
|
||||
assert litellm.supports_vision(model="gpt-3.5-turbo") == False
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue