seratch / ChatGPT-in-Slack

Swift demonstration of how to build a Slack app that enables end-users to interact with a ChatGPT bot
MIT License
437 stars 162 forks source link

Fix #83 Read image data within the convo with the bot #88

Closed seratch closed 4 months ago

seratch commented 4 months ago

This pull request finalizes the changes in #87

seratch commented 4 months ago

Thank you so much for your great work! @gnuser

gnuser commented 4 months ago

Great, thanks for your review. This feature needs the file:read permission, otherwise it will fail to get the image data.

seratch commented 4 months ago

Yeah, my additional change handles the pattern properly