Skip to content

Commit 4a259f5

Browse files
Changelog page November 22 to November 25, 2024 (#63)
1 parent 56ddb4e commit 4a259f5

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

fern/changelog/2024-11-24.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
1. **Voice Fallback Plan Introduced**: You can now enhance your assistant's reliability by defining fallback voice providers using `assistant.voice.fallbackPlan.voices`. This allows your assistant to switch to alternative voices or providers like `FallbackLMNTVoice`, `FallbackAzureVoice`, `FallbackNeetsVoice`, `FallbackTavusVoice`, `FallbackOpenAIVoice`, and others if the primary voice provider fails.
2+
3+
<Frame caption="Refer to the `FallbackPlan` schema for more information: https://api.vapi.ai/api">
4+
<img src="../static/images/changelog/fallback-plan.png" />
5+
</Frame>
6+
7+
2. **Language Selection for PlayHTVoice**: The `language` property has been added to `PlayHTVoice`. You can now specify the desired language for speech synthesis using `assistant.voice.language`.
8+
9+
3. **AssemblyAI Transcriber Available**: You can now use AssemblyAI for transcribing by setting `Assistant.transcriber` to `AssemblyAITranscriber`. This provides a new option for converting speech to text in your assistant.
10+
11+
4. **Updated OpenAI Model Support**: The `gpt-4o-2024-11-20` model has been added to `OpenAIModel.model` and `OpenAIModel.fallbackModels`. You can now configure your assistant to use this latest OpenAI model.
12+
13+
5. **Removal of 'fillerInjectionEnabled' Property**: The `fillerInjectionEnabled` property has been removed from voice configurations like `LMNTVoice`, `AzureVoice`, etc. You no longer need to include this property when configuring these voices.

fern/changelog/2024-11-25.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
1. **No length limit for assistant's first message**: You can now set `assistant.firstMessage` or `call.assistant.firstMessage` to any length; the previous maximum length restriction has been removed. This allows you to provide longer initial messages for the assistant's greeting.
2+
3+
<Frame caption="Refer to the `Assistant` schema for more information: https://api.vapi.ai/api">
4+
<img src="../static/images/changelog/first-message.png" />
5+
</Frame>
6+
146 KB
Loading
261 KB
Loading

0 commit comments

Comments
 (0)