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

[FEATURE_REQUEST] Typing Notification #69

Open maxime-netsyst opened 5 months ago

maxime-netsyst commented 5 months ago

Hello,

I installed your project on my Mattermost server, and it's awesome, thanks.

Would it be possible to have the typing effect before sending the request to OpenAI ?

Best Regards,

Maxime from Netsyt

yGuy commented 5 months ago

'looking at the code it seems we're already doing that. It works for me in the thread view (for the subsequent responses in a thread). I don't know how to improve the situation for the first reply... Am I using the API wrong?

maxime-netsyst commented 5 months ago

No it is working fine, but will it be possible to also do it in the main thread and not only on the request thread ?

maxime-netsyst commented 5 months ago

70

maxime-netsyst commented 5 months ago

I created a merge request