-
-
Notifications
You must be signed in to change notification settings - Fork 13
Vision Support #43
The-Michael-Chen
started this conversation in
General
Vision Support
#43
-
Hey! Is there support for GPT4 vision?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
I haven't specifically tried using a GPT4V model, but it uses the Assistants API, which we have support for. Assuming GPT4V simply uses any image file uploaded with a message in a thread, you can add it as a file to your message: https://github.com/CJCrafter/ChatGPT-Java-API/blob/master/src/main/kotlin/com/cjcrafter/openai/threads/message/CreateThreadMessageRequest.kt#L74
P.S. Hello from across the Charles! 👍
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
If you do any experimentation, consider making a PR to contribute to the examples
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment