Skip to content

Commit 32e1e25

Browse files
Merge pull request #265404 from mrbullwinkle/mrb_02_06_2024_whats_new
[Azure OpenAI] [Release Branch] Updates
2 parents 91f6169 + 605f5d2 commit 32e1e25

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

articles/ai-services/openai/assistants-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ recommendations: false
1515

1616
# Quickstart: Get started using Azure OpenAI Assistants (Preview)
1717

18-
Azure OpenAI Assistants (Preview) allows you to create AI assistants tailored to your needs through custom instructions and augmented by advanced tools like code interpreter, retrieval, and custom functions.
18+
Azure OpenAI Assistants (Preview) allows you to create AI assistants tailored to your needs through custom instructions and augmented by advanced tools like code interpreter, and custom functions.
1919

2020
::: zone pivot="programming-language-studio"
2121

articles/ai-services/openai/whats-new.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,39 @@ ms.custom:
1010
- ignite-2023
1111
- references_regions
1212
ms.topic: whats-new
13-
ms.date: 2/1/2024
13+
ms.date: 2/6/2024
1414
recommendations: false
1515
---
1616

1717
# What's new in Azure OpenAI Service
1818

1919
## February 2024
2020

21+
### Assistants API public preview
22+
23+
Azure OpenAI now supports the API that powers OpenAI's GPTs. Azure OpenAI Assistants (Preview) allows you to create AI assistants tailored to your needs through custom instructions and advanced tools like code interpreter, and custom functions. To learn more, see:
24+
25+
- [Quickstart](./assistants-quickstart.md)
26+
- [Concepts](./concepts/assistants.md)
27+
- [In-depth Python how-to](./how-to/assistant.md)
28+
- [Code Interpreter](./how-to/code-interpreter.md)
29+
- [Function calling](./how-to/assistant-functions.md)
30+
- [Assistants model & region availability](./concepts/models.md#assistants-preview)
31+
- [Assistants Samples](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/Assistants)
32+
2133
### OpenAI text to speech voices public preview
2234

2335
Azure OpenAI Service now supports text to speech APIs with OpenAI's voices. Get AI-generated speech from the text you provide. To learn more, see the [overview guide](../speech-service/openai-voices.md) and try the [quickstart](./text-to-speech-quickstart.md).
2436

2537
> [!NOTE]
26-
> Azure AI Speech also supports OpenAI text to speech voices. To learn more, see [OpenAI text to speech voices via Azure OpenAI Service or via Azure AI Speech](../speech-service/openai-voices.md#openai-text-to-speech-voices-via-azure-openai-service-or-via-azure-ai-speech) guide.
38+
> Azure AI Speech also supports OpenAI text to speech voices. To learn more, see [OpenAI text to speech voices via Azure OpenAI Service or via Azure AI Speech](../speech-service/openai-voices.md#openai-text-to-speech-voices-via-azure-openai-service-or-via-azure-ai-speech) guide.
39+
40+
### New Fine-tuning capabilities and model support
41+
42+
- [Continuous fine-tuning](https://aka.ms/oai/fine-tuning-continuous)
43+
- [Fine-tuning & function calling](./how-to/fine-tuning-functions.md)
44+
- [`gpt-35-turbo 1106` support](./concepts/models.md#fine-tuning-models)
45+
2746

2847
## December 2023
2948

0 commit comments

Comments
 (0)