ChatALL icon indicating copy to clipboard operation
ChatALL copied to clipboard

Multiple and isolated chat instances (alpha)

Open k4lu-0p opened this issue 1 year ago • 3 comments

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

k4lu-0p avatar May 27 '23 23:05 k4lu-0p

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.

sunner avatar May 27 '23 23:05 sunner

@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

sunner avatar May 28 '23 02:05 sunner

@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

k4lu-0p avatar May 28 '23 15:05 k4lu-0p

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.

sunner avatar Jul 04 '23 07:07 sunner