-
Notifications
You must be signed in to change notification settings - Fork 13
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
How to use gpt-4-vision-preview ? #7
Comments
Btw: Trying to test if I can get the vision to work via api:
|
Hey @sbetzin ! Sorry for the late response. Vision feature isn't supported yet. |
Hi, yes it is :) It was able to implement it with my own code
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi There,
love your work and this repo!
Tried to use gpt-4-vision-preview but only got an exception:
var result = await client.GetChatCompletions(message, model: "gpt-4-vision-preview");
And I got:
Thank you
Sebastian
The text was updated successfully, but these errors were encountered: