Skip to content

Commit

Permalink
display model
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Dec 31, 2023
1 parent b8d5cd5 commit 536be57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/chat/components/Message/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function handleRegenerate() {
</div>
<div class="overflow-hidden text-sm " :class="[inversion ? 'items-end' : 'items-start']">
<p class="text-xs text-[#b4bbc4]" :class="[inversion ? 'text-right' : 'text-left']">
{{ displayLocaleDate(dateTime) }}
{{ displayLocaleDate(dateTime) }} {{ model }}
</p>
<div class="flex items-end gap-1 mt-2" :class="[inversion ? 'flex-row-reverse' : 'flex-row']">
<TextComponent ref="textRef" class="message-text" :inversion="inversion" :error="error" :text="text"
Expand Down

0 comments on commit 536be57

Please sign in to comment.