Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gpt-4-vision-preview is deprecated #604

Open
notintricate opened this issue Jun 20, 2024 · 4 comments
Open

gpt-4-vision-preview is deprecated #604

notintricate opened this issue Jun 20, 2024 · 4 comments

Comments

@notintricate
Copy link

can't make vision working

@artwist-polyakov
Copy link

@notintricate Hi there! 👋

The vision model name has been updated. You just need to change it to gpt-4o. This should resolve your issue.

@elenium3
Copy link

elenium3 commented Jun 29, 2024

Exception while handling an update:
 count_tokens_vision() is not implemented for model gpt-4o.

@artwist-polyakov
Copy link

Exception while handling an update:
 count_tokens_vision() is not implemented for model gpt-4o.

Hello! You can simply add your new model to the tuple to avoid this exception.

if model not in GPT_4_VISION_MODELS:

here is initialization

GPT_4_VISION_MODELS = ("gpt-4-vision-preview",)

@artwist-polyakov
Copy link

Also you cat wait for this PR merging #583

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants