Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog page November 22 to November 25, 2024 #63

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

quantstruct-bot
Copy link
Collaborator

November 24 to November 25, 2024

  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.

first-message

November 22 to November 24, 2024

  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.

fallback-plan

  1. 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.

  2. 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.

  3. 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.

  4. 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.

Copy link

@nikhilro nikhilro merged commit 4a259f5 into main Nov 25, 2024
2 of 4 checks passed
@nikhilro nikhilro deleted the changelog branch November 25, 2024 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants