stt-to-storage: UX - Move speechToText from state to storage.

This commit is contained in:
Colin Campbell
2024-08-25 13:37:39 +02:00
parent 788d6c9c1f
commit 13cbc5b084
4 changed files with 9 additions and 8 deletions

View File

@@ -49,8 +49,6 @@ type State = {
setChatMode: (chatMode: "normal" | "rag") => void
isEmbedding: boolean
setIsEmbedding: (isEmbedding: boolean) => void
speechToTextLanguage: string
setSpeechToTextLanguage: (language: string) => void
webSearch: boolean
setWebSearch: (webSearch: boolean) => void
isSearchingInternet: boolean