-
-
-
- Speech (text-to-speech) model providers. e.g. ElevenLabs, Azure Speech.
-
-
-
-
-
-
-
-
-
- Transcription (speech-to-text) model providers. e.g. Whisper.cpp, OpenAI, Azure Speech
-
-
-
-
-
-
-
+
({
+ lastClickedProviderIndex: 0,
+ }),
+
+ actions: {
+ setLastClickedProviderIndex(index: number) {
+ this.lastClickedProviderIndex = index
+ },
+
+ resetLastClickedProviderIndex() {
+ this.lastClickedProviderIndex = 0
+ },
+ },
+})
+