Open albertotn opened 3 months ago
Hello @albertotn ! This seems like a great quality of life feature, will try to implement this. It would require some refactoring with how the schema is in the DB might need to make a new one. But will look into this for sure.
Thanks for the suggestion!
Scenario: I'm evaluating a model locally (performance and quality of the messages) and I need to keep track of which model I'm using and when.
A possible solution could be to track model change in a chat, similar when someone join/left a conversation in message system, like for example:
model llama2:latest is changed to model llama3.1:latest
So I'm aware of these changes