mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac: rating
This commit is contained in:
parent
c1a054de4a
commit
0c6e9e3e86
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue