Skip to content

Commit 69563de

Browse files
quantstruct[bot]skeptrunedev
authored andcommitted
Add changelog for December 30, 2024 (#128)
Co-authored-by: quantstruct[bot] <190039098+quantstruct[bot]@users.noreply.github.com>
1 parent 14cd70a commit 69563de

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

fern/changelog/2024-12-30.mdx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
1. **Addition of *AzureSpeechTranscriber*:**
2+
You can now configure assistants to use Azure's speech transcription service by setting
3+
`AzureSpeechTranscriber.provider` to `azure`. Additionally, you will receive azure transcriber errors like `pipeline-error-azure-speech-transcriber-failed` in `Call.endReason`, `ServerMessageEndOfCallReport.endReason`, and `ServerMessageStatusUpdate.endReason`.
4+
5+
2. **Combined `serverUrl` and `serverUrlSecret` into `server` Property**:
6+
The `serverUrl` and `serverUrlSecret` properties have been replaced by a new `server` property in multiple schemas. This lets you configure webhook endpoints using the `server` object, allowing for more detailed and flexible setup, including URL and authentication, in a single place. These schemas include:
7+
- ByoPhoneNumber
8+
- BuyPhoneNumberDTO
9+
- CreateByoPhoneNumberDTO
10+
- CreateOrgDTO
11+
- CreateTwilioPhoneNumberDTO
12+
- CreateVapiPhoneNumberDTO
13+
- CreateVonagePhoneNumberDTO
14+
- ImportTwilioPhoneNumberDTO
15+
- ImportVonagePhoneNumberDTO
16+
- Org
17+
- OrgWithOrgUser
18+
- TwilioPhoneNumber
19+
- UpdateOrgDTO
20+
- UpdatePhoneNumberDTO
21+
- VapiPhoneNumber
22+
- VonagePhoneNumber
23+
24+
3. **Introduction of New OpenAI Models**:
25+
You can now use `o1-preview`, `o1-preview-2024-09-12`, `o1-mini`, and `o1-mini-2024-09-12`. in `OpenAIModel.model`.
26+
27+
4. **Introduction of *'sonic' Voice Models* in Voice Schemas:**
28+
You can now use `sonic` and `sonic-preview` models in `CartesiaVoice.model` and `FallbackCartesiaVoice.model` configurations.
29+
30+
5. **Removal of Deprecated *GroqModel* Models:**
31+
The models `llama3-groq-8b-8192-tool-use-preview` and `llama3-groq-70b-8192-tool-use-preview` have been removed from `GroqModel.model`. You should switch to supported models to avoid any disruptions.

0 commit comments

Comments
 (0)