mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-02-13 02:49:05 +08:00
feat: add model name
This commit is contained in:
@@ -1524,6 +1524,11 @@ function _Chat() {
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
{!isUser && (
|
||||
<div className={styles["chat-model-name"]}>
|
||||
{message.model}
|
||||
</div>
|
||||
)}
|
||||
|
||||
{showActions && (
|
||||
<div className={styles["chat-message-actions"]}>
|
||||
|
||||
Reference in New Issue
Block a user