nomic-ai / gpt4all

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
https://nomic.ai/gpt4all
MIT License
69.14k stars 7.59k forks source link

[Feature] Clone chat to convert to different Ai model #2884

Open thingsiplay opened 4 weeks ago

thingsiplay commented 4 weeks ago

Feature Request

A functionality to copy or clone the saved chat with an AI model, so we have 2 identical chats. This could be used to experiment different questions with the exact same starting point. And if possible, it would be nice to switch to a different AI model, so we can see how all the AI models would respond to the exact same starting point of a current chat history.

Either copy entire history or go back in chat and select a point to clone.

ThiloteE commented 3 weeks ago

Just for the record and as source of inspiratio: LMStudio has implemented this feature and calls it "Branch conversation". image

thingsiplay commented 3 weeks ago

In GPT4All I am currently experimenting by manually copying and naming the .chat file. But not sure if the internal metadata of the chat is a problem.