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