Skip to content

Commit

Permalink
feat: supports haruki & hana voice search
Browse files Browse the repository at this point in the history
  • Loading branch information
darwintree committed Dec 16, 2023
1 parent 230de3c commit 3c09d7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2023/12/16

* feat: supports haruki & hana voice search

## 2023/11/07

* perf: pretranslation ui changes for new gpt-4-1106-preview backend
Expand Down
2 changes: 1 addition & 1 deletion src/components/search/VoiceSearchPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async function fetchData(page: number) {
}
const availableSpeakerOptions = characters
.filter((item) => Number(item.id) <= 26 || item.id === '32')
.filter((item) => Number(item.id) <= 28 || item.id === '32')
.map((item) => {
return {
value: item.firstName,
Expand Down

2 comments on commit 3c09d7b

@vercel
Copy link

@vercel vercel bot commented on 3c09d7b Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 3c09d7b Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.