store response_model_name by message

This commit is contained in:
2024-12-08 16:19:04 +08:00
parent 6aca74a7b4
commit e7c26560bb
7 changed files with 20 additions and 14 deletions

View File

@@ -181,6 +181,14 @@ export default function Message(props: Props) {
/>
)}
<TTSPlay chat={chat} />
{chat.response_model_name && (
<>
<span className="opacity-50">
{chat.response_model_name}
</span>
<hr />
</>
)}
</div>
</div>
{showEdit && (