alexrudall / ruby-openai

OpenAI API + Ruby! 🤖❤️ NEW: Assistant Vector Stores
MIT License
2.61k stars 302 forks source link

Add vision purpose to files #486

Closed willywg closed 2 weeks ago

willywg commented 1 month ago

OpenAI has added the possibility to create a message with an image attached to the content: https://platform.openai.com/docs/assistants/how-it-works/creating-image-input-content

You can now upload a file with a vision purpose set. This PR adds the “vision” purpose to enable that functionality.

All Submissions:

alexrudall commented 2 weeks ago

Thanks, @willywg !

alexrudall commented 2 weeks ago

Released in v7.1