mirror of
https://github.com/open-webui/open-webui
synced 2025-02-19 19:38:52 +00:00
refac: rating
This commit is contained in:
parent
c1a054de4a
commit
0c6e9e3e86
@ -81,7 +81,7 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
{#if selectedModel}
|
||||
{#if message?.arena}
|
||||
<div class="text-xs font-medium translate-y-1.5">
|
||||
{$i18n.t('This response was generated by "{{model}}"', {
|
||||
model: selectedModel ? (selectedModel?.name ?? selectedModel.id) : message.selectedModelId
|
||||
|
Loading…
Reference in New Issue
Block a user