AndrewVeee / nucleo-ai

An AI assistant beyond the chat box.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log the model used for chat messages

AndrewVeee opened this issue · comments

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.