format code
This commit is contained in:
@@ -183,9 +183,7 @@ export default function Message(props: Props) {
|
|||||||
<TTSPlay chat={chat} />
|
<TTSPlay chat={chat} />
|
||||||
{chat.response_model_name && (
|
{chat.response_model_name && (
|
||||||
<>
|
<>
|
||||||
<span className="opacity-50">
|
<span className="opacity-50">{chat.response_model_name}</span>
|
||||||
{chat.response_model_name}
|
|
||||||
</span>
|
|
||||||
<hr />
|
<hr />
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user