Skip to content

Commit abaca8b

Browse files
committed
rolling back what's new
1 parent 8128db1 commit abaca8b

File tree

2 files changed

+8
-53
lines changed

2 files changed

+8
-53
lines changed

articles/ai-services/openai/assistants-reference-threads.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Azure OpenAI Service Assistants Python & REST API threads reference
33
titleSuffix: Azure OpenAI
4-
description: Learn how to use Azure OpenAI's Python & REST API threads with Assistants
4+
description: Learn how to use Azure OpenAI's Python & REST API threads with Assistants.
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 02/01/2024
8+
ms.date: 05/20/2024
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
recommendations: false
@@ -37,7 +37,7 @@ Create a thread.
3737

3838
A [thread object](#thread-object).
3939

40-
### Example create thread request
40+
### Example: create thread request
4141

4242
# [Python 1.x](#tab/python)
4343

@@ -84,7 +84,7 @@ Retrieves a thread.
8484

8585
The thread object matching the specified ID.
8686

87-
### Example retrieve thread request
87+
### Example: retrieve thread request
8888

8989
# [Python 1.x](#tab/python)
9090

@@ -135,7 +135,7 @@ Modifies a thread.
135135

136136
The modified [thread object](#thread-object) matching the specified ID.
137137

138-
### Example modify thread request
138+
### Example: modify thread request
139139

140140
# [Python 1.x](#tab/python)
141141

@@ -180,7 +180,7 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/{thread_id}?api-
180180
DELETE https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/{thread_id}?api-version=2024-05-01-preview
181181
```
182182

183-
Delete a thread
183+
Delete a thread.
184184

185185
**Path Parameters**
186186

@@ -192,7 +192,7 @@ Delete a thread
192192

193193
Deletion status.
194194

195-
### Example delete thread request
195+
### Example: delete thread request
196196

197197
# [Python 1.x](#tab/python)
198198

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

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- ignite-2023
1111
- references_regions
1212
ms.topic: whats-new
13-
ms.date: 05/13/2024
13+
ms.date: 05/01/2024
1414
recommendations: false
1515
---
1616

@@ -20,51 +20,6 @@ This article provides a summary of the latest releases and major documentation u
2020

2121
## May 2024
2222

23-
### Assistants v2 (preview)
24-
25-
A refresh of the Assistants API is now publicly available. It contains the following updates:
26-
27-
* [File search tool and vector storage](./how-to/file-search.md)
28-
* [Max completion and max prompt token support](./concepts/assistants.md#context-window-management) for managing token usage.
29-
* `tool_choice` [parameter](./assistants-reference-runs.md#run-object) for forcing the Assistant to use use a specified tool.
30-
You can now create messages with the [assistant](.//assistants-reference-messages.md#create-message) role to create custom conversation histories in Threads.
31-
* Support for `temperature`, `top_p`, `response_format` [parameters](./assistants-reference.md#create-an-assistant).
32-
* Streaming and polling support. You can use the helper functions in our Python SDK to create runs and stream responses. We have also added polling SDK helpers to share object status updates without the need for polling.
33-
* Experiment with Logic Apps and Function Calling using Azure OpenAI Studio. Import your REST APIs implemented in Logic Apps as functions and the studio invokes the function (as a Logic Apps workflow) automatically based on the user prompt.
34-
* AutoGen by Microsoft Research provides a multi-agent conversation framework to enable convenient building of Large Language Model (LLM) workflows across a wide range of applications. Azure OpenAI assistants are now integrated into AutoGen via `GPTAssistantAgent`, a new experimental agent that lets you seamlessly add Assistants into AutoGen-based multi-agent workflows. This enables multiple Azure OpenAI assistants, that could be task or domain specialized, to collaborate and tackle complex tasks.
35-
* Support for fine-tuned `gpt-3.5-turbo-0125` [models](./concepts/models.md#assistants-preview) in the following regions:
36-
* East US 2
37-
* Sweden Central
38-
* Expanded regional support for:
39-
* Japan East
40-
* UK South
41-
* West US
42-
* West US 3
43-
44-
### GPT-4o model general availability (GA)
45-
46-
GPT-4o ("o is for "omni") is the latest model from OpenAI launched on May 13, 2024.
47-
48-
- GPT-4o integrates text, and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions.
49-
- GPT-4o matches GPT-4 Turbo in English text and coding tasks while offering superior performance in non-English languages and in vision tasks, setting new benchmarks for AI capabilities.
50-
51-
For information on model regional availability, see the [models page](./concepts/models.md).
52-
53-
### Global standard deployment type (Preview)
54-
55-
Global deployments are available in the same Azure OpenAI resources as non-global offers but allow you to leverage Azure's global infrastructure to dynamically route traffic to the data center with best availability for each request. Global standard will provide the highest default quota for new models and eliminates the need to load balance across multiple resources.
56-
57-
For more information, see the [deployment types guide](https://aka.ms/aoai/docs/deployment-types).
58-
59-
### Fine-tuning updates
60-
61-
- GPT-4 fine-tuning is [now available](./concepts/models.md#fine-tuning-models).
62-
- Added support for seed, events, full validation statistics, and checkpoints as part of the `2024-05-01-preview` API release.
63-
64-
### 2024-05-01-preview API release
65-
66-
- For more information, see the [API version lifecycle](./api-version-deprecation.md).
67-
6823
### GPT-4 Turbo model general availability (GA)
6924

7025
[!INCLUDE [GPT-4 Turbo](./includes/gpt-4-turbo.md)]

0 commit comments

Comments
 (0)