Skip to content

Commit

Permalink
Merge pull request #62 from OVINC-CN/feat_vision
Browse files Browse the repository at this point in the history
feat(chat): remove image generate tag
  • Loading branch information
OrenZhang authored Feb 7, 2025
2 parents 093acbe + 84ebc0e commit bccf2ce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/ChatInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -746,13 +746,6 @@ defineExpose({reGenerate, promptForm});
>
{{ $t('SupportVision') }}
</a-tag>
<a-tag
v-if="item.config.is_vision"
size="small"
color="magenta"
>
{{ $t('SupportImageGenerate') }}
</a-tag>
</a-space>
</a-space>
</a-option>
Expand Down

0 comments on commit bccf2ce

Please sign in to comment.