You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/chat-markup-language.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ keywords: ChatGPT
14
14
## Working with the Chat models
15
15
16
16
> [!IMPORTANT]
17
-
> Using GPT-35-Turbo models with the completion endpoint remains in preview. Due to the potential for changes to the underlying ChatML syntax, we strongly recommend using the Chat Completion API/endpoint. The Chat Completion API is the recommended method of interacting with the GPT-35-Turbo models. The Chat Completion API is also the only way to access the GPT-4 models.
17
+
> Using GPT-35-Turbo models with the completion endpoint as described in this article remains in preview and is only possible with gpt-35-turbo verision (0301). We strongly recommend using the GA Chat Completion API/endpoint. The Chat Completion API is the recommended method of interacting with the GPT-35-Turbo models. The Chat Completion API is also the only way to access the GPT-4 models.
18
18
19
19
The following code snippet shows the most basic way to use the GPT-35-Turbo models with ChatML. If this is your first time using these models programmatically we recommend starting with our [GPT-35-Turbo & GPT-4 Quickstart](../chatgpt-quickstart.md).
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/includes/release-notes/release-notes-tts.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,18 @@ ms.custom: references_regions
9
9
10
10
### March 2024 release
11
11
12
+
#### Prebuilt neural voice
13
+
14
+
- 9 multilingual voices are generally available in all regions: `en-US-AvaMultilingualNeural`, `en-US-AndrewMultilingualNeural`, `en-US-EmmaMultilingualNeural`, `en-US-BrianMultilingualNeural`, `de-DE-FlorianMultilingualNeural`, `de-DE-SeraphinaMultilingualNeural`, `fr-FR-RemyMultilingualNeural`, `fr-FR-VivienneMultilingualNeural`, and `zh-CN-XiaoxiaoMultilingualNeural`. See the [full language and voice list](../../language-support.md?tabs=tts#multilingual-voices) for more information.
15
+
16
+
- Introducing a new multilingual voice for public preview: `ja-JP-MasaruMultilingualNeural`. See the [full language and voice list](../../language-support.md?tabs=tts#multilingual-voices) for more information.
17
+
18
+
- Additional updates:
19
+
-`en-US-RyanMultilingualNeural` is generally available in all regions.
20
+
-`en-US-JennyMultilingualV2Neural` is generally available in all regions, merged with `en-US-JennyMultilingualNeural`.
21
+
- Preview available for the updated `en-IN-NeerjaNeural` and `hi-IN-SwaraNeural` with 3 new styles in East US, West Europe, and Southeast Asia.
22
+
- Preview available for new female voices in Central India: `en-IN-KavyaNeural`, `en-IN-AnanyaNeural`, `en-IN-AashiNeural`, `hi-IN-KavyaNeural`, and `hi-IN-AnanyaNeural`.
23
+
12
24
#### Text to speech avatar
13
25
14
26
- Removed dependency on [Azure Communication Services (ACS) TURN](/azure/communication-services/quickstarts/relay-token) for real-time avatar. The [sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/js/browser/avatar) has been updated accordingly to reflect this change.
0 commit comments