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/computer-vision/faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ metadata:
16
16
title: Azure AI Vision API Frequently Asked Questions
17
17
summary: |
18
18
> [!TIP]
19
-
> If you can't find answers to your questions in this FAQ, ask the Azure AI Vision API community on [StackOverflow](https://stackoverflow.com/questions/tagged/project-oxford+or+microsoft-cognitive) or contact Help and Support on [UserVoice](https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858)
19
+
> If you can't find answers to your questions in this FAQ, ask the Azure AI Vision API community on [Stack Overflow](https://stackoverflow.com/questions/tagged/project-oxford+or+microsoft-cognitive) or contact Help and Support on [UserVoice](https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858)
Copy file name to clipboardExpand all lines: articles/ai-services/content-safety/faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ metadata:
14
14
title: Azure AI Content Safety Frequently Asked Questions
15
15
summary: |
16
16
> [!TIP]
17
-
> If you can't find answers to your questions in this FAQ, ask the Cognitive Services API community on [StackOverflow](https://stackoverflow.com/questions/tagged/project-oxford+or+microsoft-cognitive) or contact Help and Support on [UserVoice](https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858)
17
+
> If you can't find answers to your questions in this FAQ, ask the Cognitive Services API community on [Stack Overflow](https://stackoverflow.com/questions/tagged/project-oxford+or+microsoft-cognitive) or contact Help and Support on [UserVoice](https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858)
Copy file name to clipboardExpand all lines: articles/ai-services/custom-vision-service/export-programmatically.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,9 +89,9 @@ if export.status == "Done":
89
89
90
90
Integrate your exported model into an application by exploring one of the following articles or samples:
91
91
92
-
*[Use your Tensorflow model with Python](export-model-python.md)
92
+
*[Use your TensorFlow model with Python](export-model-python.md)
93
93
*[Use your ONNX model with Windows Machine Learning](custom-vision-onnx-windows-ml.md)
94
94
* See the sample for [CoreML model in an iOS application](https://go.microsoft.com/fwlink/?linkid=857726) for real-time image classification with Swift.
95
-
* See the sample for [Tensorflow model in an Android application](https://github.com/Azure-Samples/cognitive-services-android-customvision-sample) for real-time image classification on Android.
95
+
* See the sample for [TensorFlow model in an Android application](https://github.com/Azure-Samples/cognitive-services-android-customvision-sample) for real-time image classification on Android.
96
96
* See the sample for [CoreML model with Xamarin](https://github.com/xamarin/ios-samples/tree/master/ios11/CoreMLAzureModel) for real-time image classification in a Xamarin iOS app.
97
97
* See the sample for how to use the exported model [(VAIDK/OpenVino)](https://github.com/Azure-Samples/customvision-export-samples)
Copy file name to clipboardExpand all lines: articles/ai-services/custom-vision-service/faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ metadata:
13
13
title: Custom Vision frequently asked questions
14
14
summary: |
15
15
> [!TIP]
16
-
> If you can't find answers to your questions in this FAQ, ask the Azure AI Vision API community on [StackOverflow](https://stackoverflow.com/questions/tagged/project-oxford+or+microsoft-cognitive) or contact Help and Support on [UserVoice](https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858).
16
+
> If you can't find answers to your questions in this FAQ, ask the Azure AI Vision API community on [Stack Overflow](https://stackoverflow.com/questions/tagged/project-oxford+or+microsoft-cognitive) or contact Help and Support on [UserVoice](https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858).
Copy file name to clipboardExpand all lines: articles/ai-services/openai/concepts/assistants.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Azure OpenAI Service Assistants API concepts
3
3
titleSuffix: Azure OpenAI Service
4
4
description: Learn about the concepts behind the Azure OpenAI Assistants API.
5
5
ms.topic: conceptual
6
-
ms.date: 08/21/2024
6
+
ms.date: 02/04/2025
7
7
ms.service: azure-ai-openai
8
8
manager: nitinme
9
9
author: aahill
@@ -13,7 +13,7 @@ recommendations: false
13
13
14
14
# Azure OpenAI Assistants API (Preview)
15
15
16
-
Assistants, a new feature of Azure OpenAI Service, is now available in public preview. Assistants API makes it easier for developers to create applications with sophisticated copilot-like experiences that can sift through data, suggest solutions, and automate tasks.
16
+
Assistants, a feature of Azure OpenAI Service, is available in public preview starting in the `2024-02-15-preview` API version. Assistants API makes it easier for developers to create applications with sophisticated copilot-like experiences that can sift through data, suggest solutions, and automate tasks.
17
17
18
18
* Assistants can call Azure OpenAI’s [models](../concepts/models.md) with specific instructions to tune their personality and capabilities.
19
19
* Assistants can access **multiple tools in parallel**. These can be both Azure OpenAI-hosted tools like [code interpreter](../how-to/code-interpreter.md) and [file search](../how-to/file-search.md), or tools you build, host, and access through [function calling](../how-to/function-calling.md).
@@ -38,6 +38,10 @@ Assistants API is built on the same capabilities that power OpenAI’s GPT produ
38
38
> [!IMPORTANT]
39
39
> Retrieving untrusted data using Function calling, Code Interpreter or File Search with file input, and Assistant Threads functionalities could compromise the security of your Assistant, or the application that uses the Assistant. Learn about mitigation approaches [here](https://aka.ms/oai/assistant-rai).
40
40
41
+
## Available models
42
+
43
+
To see a list of Azure OpenAI models that you can use with assitants, see the [Models](./models.md#assistants-preview) article.
44
+
41
45
## Assistants playground
42
46
43
47
We provide a walkthrough of the Assistants playground in our [quickstart guide](../assistants-quickstart.md). This provides a no-code environment to test out the capabilities of assistants.
Copy file name to clipboardExpand all lines: articles/ai-services/translator/translator-faq.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,4 +68,6 @@ No. Customer data submitted for translation to Azure AI Translator isn't stored
68
68
69
69
---
70
70
> [!TIP]
71
+
71
72
> If you can't find answers to your questions in this FAQ, try asking the Azure AI Translator API community on [StackOverflow](https://stackoverflow.com/search?q=%5Bmicrosoft-cognitive%5D+or+%5Bmicrosoft-cognitive%5D+translator&s=34bf0ce2-b6b3-4355-86a6-d45a1121fe27).
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/configure-managed-network.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
@@ -768,7 +768,7 @@ To allow installation of __Python packages for training and deployment__, add ou
768
768
|`*.anaconda.org`| Used to get repo data. |
769
769
|`pypi.org`| Used to list dependencies from the default index, ifany, and the index isn't overwritten by user settings. If the index is overwritten, you must also allow `*.pythonhosted.org`. |
770
770
|`pytorch.org`<br>`*.pytorch.org`| Used by some examples based on PyTorch. |
771
-
|`*.tensorflow.org`| Used by some examples based on Tensorflow. |
771
+
|`*.tensorflow.org`| Used by some examples based on TensorFlow. |
772
772
773
773
### Scenario: Use Visual Studio Code
774
774
Visual Studio Code relies on specific hosts and ports to establish a remote connection.
0 commit comments