open-compass / VLMEvalKit

Open-source evaluation toolkit of large vision-language models (LVLMs), support ~100 VLMs, 40+ benchmarks
https://huggingface.co/spaces/opencompass/open_vlm_leaderboard
Apache License 2.0
1.08k stars 154 forks source link

cannot use gpt-4v. #436

Closed yansuoyuli closed 3 weeks ago

yansuoyuli commented 3 weeks ago

Log: { "error": { "message": "The model gpt-4-1106-vision-preview has been deprecated, learn more here: https://platform.openai.com/docs/deprecations", "type": "invalid_request_error", "param": null, "code": "model_not_found" } }

PhoenixZ810 commented 3 weeks ago

Hi,

As indicated by the error message, the model gpt-4-1106-vision-preview has been deprecated. Please switch to using other recent GPT models. All model names can be found in utils/gpt.

Thank you!