vision / image query support #106
doctorguile
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I added openai vision request implemented in my fork of org-ai
https://github.com/doctorguile/org-ai/blob/org/org-ai-block.el#L189
the problem is that currently
messagesis parsed before the model is determinedsince I know what model (vision) I'm going to use before I write my prompt, that is not a problem (so I won't write a image query to 3.5 turbo for example)
but for others to use it, they need to aware of this pitfall.
I don't have enough itch to refactor that portion of org-ai since I don't know if it will be well received.
But if rksm or others have any ideas I would love to hear it
Thanks
Beta Was this translation helpful? Give feedback.
All reactions