mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
The two vision tests pointed at a Wikipedia-hosted cat photo, so every run depended on upload.wikimedia.org staying up and unthrottled. It throttled, and the 429 surfaced as a bedrock APIConnectionError, which reads as a gateway failure rather than what it was. The image is now a fixture in the repo, passed as a data URL. That also puts the two providers on the same bytes: litellm downloads the image itself for bedrock, while openai is handed the link and fetches it from its own servers, so the hosted URL quietly meant the two tests were not testing the same thing. The image was generated for this repo rather than borrowed, so nothing here carries a third-party license. Also drops a stale comment about openai prompt caching that sat above the vision helper; no caching test uses it. |
||
|---|---|---|
| .. | ||
| cat.jpg | ||