Sebastian Müller
Sebastian Müller
Adding a GUI is currently out of the scope of this project, as this is an external add-on and not a Mattermost Plugin. I would prefer if we implemented this...
OK, I guess the idea would be to use two queries: the first one detects whether the user was asking for a summarization and tries to infer the scope of...
You might want to try out version 2.0.0 which should be able to do some of this, now. It knows the names of the persons talking and has access to...
:-( This is due to #46
We could be using the display name, too, of course. Although chances are even bigger that it won't work with OpenAI. No Spaces allowed, e.g., only very limited set of...
The last issue could be solved by fixing https://github.com/yGuy/chatgpt-mattermost-bot/issues/55
Pull requests like this are always welcome!
I thought about this one, too. There are mostly two challenges to solve: * Determine the scope of a request (you don't want to add everything everytime to each prompt...
Version 2.0 lay the ground work for this feature. It still won't be looking at other threads, but this could be implemented on top of what we have, here.
Can you describe the effect of this PR? How exactly did it improve the situation for you?Before: crash, stacktrace, restart.After: crash, log error, continue. What else?Do you get better error...