Merge branch 'ChatGPTNextWeb:main' into main

This commit is contained in:
织梦人
2024-08-15 22:41:31 +08:00
committed by GitHub
3 changed files with 14 additions and 1 deletions

View File

@@ -346,6 +346,12 @@
flex-wrap: nowrap;
}
}
.chat-model-name {
font-size: 12px;
color: var(--black);
margin-left: 6px;
}
}
.chat-message-container {

View File

@@ -1535,6 +1535,11 @@ function _Chat() {
</>
)}
</div>
{!isUser && (
<div className={styles["chat-model-name"]}>
{message.model}
</div>
)}
{showActions && (
<div className={styles["chat-message-actions"]}>