Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display when the model is changed during a conversation #9

Open
albertotn opened this issue Jul 24, 2024 · 1 comment
Open

Display when the model is changed during a conversation #9

albertotn opened this issue Jul 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@albertotn
Copy link

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

@kartikm7
Copy link
Owner

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!

@kartikm7 kartikm7 added the enhancement New feature or request label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants