Changelog page November 22 to November 25, 2024 #63
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
November 24 to November 25, 2024
assistant.firstMessage
orcall.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.November 22 to November 24, 2024
assistant.voice.fallbackPlan.voices
. This allows your assistant to switch to alternative voices or providers likeFallbackLMNTVoice
,FallbackAzureVoice
,FallbackNeetsVoice
,FallbackTavusVoice
,FallbackOpenAIVoice
, and others if the primary voice provider fails.Language Selection for PlayHTVoice: The
language
property has been added toPlayHTVoice
. You can now specify the desired language for speech synthesis usingassistant.voice.language
.AssemblyAI Transcriber Available: You can now use AssemblyAI for transcribing by setting
Assistant.transcriber
toAssemblyAITranscriber
. This provides a new option for converting speech to text in your assistant.Updated OpenAI Model Support: The
gpt-4o-2024-11-20
model has been added toOpenAIModel.model
andOpenAIModel.fallbackModels
. You can now configure your assistant to use this latest OpenAI model.Removal of 'fillerInjectionEnabled' Property: The
fillerInjectionEnabled
property has been removed from voice configurations likeLMNTVoice
,AzureVoice
, etc. You no longer need to include this property when configuring these voices.