Add changelog for December 30, 2024 #128
Merged
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.
Addition of AzureSpeechTranscriber:
You can now configure assistants to use Azure's speech transcription service by setting
AzureSpeechTranscriber.providertoazure. Additionally, you will receive azure transcriber errors likepipeline-error-azure-speech-transcriber-failedinCall.endReason,ServerMessageEndOfCallReport.endReason, andServerMessageStatusUpdate.endReason.Combined
serverUrlandserverUrlSecretintoserverProperty:The
serverUrlandserverUrlSecretproperties have been replaced by a newserverproperty in multiple schemas. This lets you configure webhook endpoints using theserverobject, allowing for more detailed and flexible setup, including URL and authentication, in a single place. These schemas include:Introduction of New OpenAI Models:
You can now use
o1-preview,o1-preview-2024-09-12,o1-mini, ando1-mini-2024-09-12. inOpenAIModel.model.Introduction of 'sonic' Voice Models in Voice Schemas:
You can now use
sonicandsonic-previewmodels inCartesiaVoice.modelandFallbackCartesiaVoice.modelconfigurations.Removal of Deprecated GroqModel Models:
The models
llama3-groq-8b-8192-tool-use-previewandllama3-groq-70b-8192-tool-use-previewhave been removed fromGroqModel.model. You should switch to supported models to avoid any disruptions.