AndrewVeee / nucleo-ai

An AI assistant beyond the chat box.
Apache License 2.0
313 stars 29 forks source link

Log the model used for chat messages #12

Open AndrewVeee opened 7 months ago

AndrewVeee commented 7 months ago

It would be nice to store additional metadata for each chat message to know which model was used.

This would probably be 2 fields: virtual_model (eg assistant, chat, etc), llm_model (from the actual config.toml)

It should also include an option to display the model in the chat somewhere.