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
442 stars 169 forks source link

Home tab does not display any content #91

Closed TranDangSy closed 5 months ago

TranDangSy commented 5 months ago

Hello, thank you for your project very helpful. i have install through docker, part of chat with chatgpt has working. But part of home tab isn't working. I hace check file python and it stiil running. I don't know why isn't working. error chatgpt Thanks for your help

seratch commented 5 months ago

Hi @TranDangSy, thanks for using this app! It seems that app-manifest example was wrong (because initially Socket Mode version of the app didn't support Home tab). Once your app subscribes app_home_opened events, this app code should work as you expect: https://github.com/seratch/ChatGPT-in-Slack/commit/c4601ba0f756a2241358e86dcd51304f7c46371a

TranDangSy commented 5 months ago

thank you so much, it working!