This commit is contained in:
Q.A.zh 2024-11-07 14:17:04 +01:00 committed by GitHub
commit f1dc875214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1901,7 +1901,9 @@ function _Chat() {
<div className={styles["chat-message-action-date"]}>
{isContext
? Locale.Chat.IsContext
: message.date.toLocaleString()}
: `${message.date.toLocaleString()}${
message.model ? ` - Model: ${message.model}` : ''
}`}
</div>
</div>
</div>