- {chatStore.develop_mode ? (
-
- ) : (
-
- {chat.hide
- ? chat.content.split("\n")[0].slice(0, 16) + "... (deleted)"
- : chat.content}
-
- )}
+
+ {chat.hide
+ ? chat.content.split("\n")[0].slice(0, 16) + "... (deleted)"
+ : chat.content}
+
-
- token {chatStore.history[messageIndex].token}
-
-
+ {chatStore.develop_mode && (
+
+ token {chatStore.history[messageIndex].token}
+
+
+ )}