yGuy / chatgpt-mattermost-bot

A very simple implementation of a service for a mattermost bot that uses ChatGPT in the backend.
MIT License
145 stars 50 forks source link

help to setup #66

Closed jacky441 closed 6 months ago

jacky441 commented 8 months ago

Hi ,

Im trying to hookup the cahtgpt with our mattermost server I can see the chatbot is online and some log when I sending message to it, but I never get respond. Below is what is showing up in the log when I send test message to the bot. Did I missed any steps ?

2023-12-25 16:06:23 {"level":"DEBUG","time":"2023-12-25T08:06:22.064Z","name":"mattermost","msg":{"event":"typing","data":{"parent_id":"","user_id":"8qiat896wfdp5psbbfczkqy8ro"},"broadcast":{"omit_users":{"8qiat896wfdp5psbbfczkqy8ro":true},"user_id":"","channel_id":"ck4a7ob9p38adppff7d73tynfw","team_id":"","connection_id":"","omit_connection_id":""},"seq":15},"pid":1,"hostname":"96b70cc136e3","diff":204510}

Thanks Ja