Skip to content

Commit 4475991

Browse files
authored
Merge pull request #267091 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 98a363a + 846be7f commit 4475991

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/{thread_id}?api-
112112
## Modify thread
113113

114114
```http
115-
POST https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads{thread_id}?api-version=2024-02-15-preview
115+
POST https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/{thread_id}?api-version=2024-02-15-preview
116116
```
117117

118118
Modifies a thread.
@@ -175,7 +175,7 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/{thread_id}?api-
175175
## Delete thread
176176

177177
```http
178-
DELETE https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads{thread_id}?api-version=2024-02-15-preview
178+
DELETE https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/{thread_id}?api-version=2024-02-15-preview
179179
```
180180

181181
Delete a thread

articles/ai-services/openai/tutorials/fine-tune.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ job_id = response.id
394394
# The fine-tuning job will take some time to start and complete.
395395

396396
print("Job ID:", response.id)
397-
print("Status:", response.id)
397+
print("Status:", response.status)
398398
print(response.model_dump_json(indent=2))
399399
```
400400

articles/ai-studio/how-to/monitor-quality-safety.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Follow these steps to set up monitoring for your prompt flow deployment:
6868

6969
:::image type="content" source="../media/deploy-monitor/monitor/monitor-metrics.png" alt-text="Screenshot of the monitoring result metrics." lightbox = "../media/deploy-monitor/monitor/monitor-metrics.png":::
7070

71-
By default, operational metrics such as requests per minute and request latency show up. The default safety and quality monitoring signal are configured with a 10% sample rate and run on your default workspace Azure Open AI connection.
71+
By default, operational metrics such as requests per minute and request latency show up. The default safety and quality monitoring signal are configured with a 10% sample rate and run on your default workspace Azure OpenAI connection.
7272

7373
Your monitor is created with default settings:
7474
- 10% sample rate

0 commit comments

Comments
 (0)