ChatALL
ChatALL copied to clipboard
Multiple and isolated chat instances (alpha)
Hello everyone, here's the start of the long-awaited feature. It's still being fine-tuned and requires a lot of testing to correct the little bugs, but the hard work is done. @sunner won't hesitate to intervene on this branch to make the rebase if you want or adjust someting.
Here's a list of features:
- possibility to create several chat instances
- each chat has its own bot instances which means that you can parralelize your prompts.
- deleting a chat
- save selected bots by chat instances.
- regarding the code architecture, a restructuring of the VueX store has been done.
- new ChatsMenuDrawer component
Hi Lucas,
I appreciate your work! That was a really challenging task and just what ChatALL and all users needs.
These huge commits involved many conflicts. I need some time to examine which commits can be cherry-picked to the main branch first so that all users can get benefits from them. That can also makes your future work easier.
And more, in the future, try submit several minor but as a whole PRs other than a huge PR includes many things.
Thank you again.
@k4lu-0p These commits' author are [email protected]
. Was this email added to your github account? If not, github will not record you as contributor. You can add it at https://github.com/settings/emails
@k4lu-0p These commits' author are
[email protected]
. Was this email added to your github account? If not, github will not record you as contributor. You can add it at https://github.com/settings/emails
oh thank you i hadn't seen, it's an old address that no longer exists. so i changed the author name of my comits using an interractive rebase and the amend command. it should be fine
Thank you @k4lu-0p . I will close this PR since @tanchekwei has implement this feature based on you work in https://github.com/sunner/ChatALL/pull/327 #327 . Hope you are going well on everything.