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: md/01.Introduction/01/01.AISafety.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -46,15 +46,15 @@ Developers should apply responsible AI best practices and are responsible for en
46
46
47
47
After fine-tuning a model, we highly recommend leveraging [Azure AI Content Safety](https://learn.microsoft.com/azure/ai-services/content-safety/overview) measures to monitor the content generated by the models, identify and block potential risks, threats, and quality issues.
[Azure AI Content Safety](https://learn.microsoft.com/azure/ai-services/content-safety/overview) supports both text and image content. It can be deployed in the cloud, disconnected containers, and on edge/embedded devices.
52
52
53
53
## Overview of Azure AI Content Safety
54
54
55
55
Azure AI Content Safety is not a one-size-fits-all solution; it can be customized to align with businesses’ specific policies. Additionally, its multi-lingual models enable it to understand multiple languages simultaneously.
Copy file name to clipboardExpand all lines: md/02.QuickStart/AzureAIFoundry_QuickStart.md
+25-47
Original file line number
Diff line number
Diff line change
@@ -2,79 +2,64 @@
2
2
3
3
With the development of Generative AI, we hope to use a unified platform to manage different LLM and SLM, enterprise data integration, fine-tuning/RAG operations, and the evaluation of different enterprise businesses after integrating LLM and SLM, etc., so that generative AI can Smart applications are better implemented. [Azure AI Foundry](https://ai.azure.com) is an enterprise-level generative AI application platform.
With Azure AI Foundry, you can evaluate large language model (LLM) responses and orchestrate prompt application components with prompt flow for better performance. The platform facilitates scalability for transforming proof of concepts into full-fledged production with ease. Continuous monitoring and refinement support long-term success.
8
8
9
9
We can quickly deploy the Phi-3 model on Azure AI Foundry through simple steps, and then use Azure AI Foundry to complete Phi-3 related Playground/Chat, Fine-tuning, evaluation and other related work.
10
10
11
11
## **1. Preparation**
12
12
13
-
## [AZD AI Foundry Starter Template](https://azure.github.io/awesome-azd/?name=AI+Studio)
14
-
15
-
### Azure AI Foundry Starter
16
-
17
-
This is Bicep template that deploys everything you need to get started with Azure AI Foundry. Includes AI Hub with dependent resources, AI project, AI Services and an online endpoint
18
-
19
-
### Quick Use
20
-
21
13
If you already have the [Azure Developer CLI](https://learn.microsoft.com/azure/developer/azure-developer-cli/overview?WT.mc_id=aiml-138114-kinfeylo) installed on your machine, using this template is as simple as running this command in a new directory.
22
14
23
-
### Terminal Command
24
-
25
-
```bash
26
-
azd init -t azd-aistudio-starter
27
-
```
28
-
29
-
Or
30
-
If using the azd VS Code extension you can paste this URL in the VS Code command terminal.
31
-
32
-
### Terminal URL
15
+
## Manual Creation
33
16
34
-
```bash
35
-
azd-aistudio-starter
36
-
```
17
+
Creating a Microsoft Azure AI Foundry project and hub is a great way to organize and manage your AI work. Here's a step-by-step guide to get you started:
37
18
38
-
##Manual Creation
19
+
### Creating a Project in Azure AI Foundry
39
20
40
-
Create Azure AI Foundry on [Azure Portal](https://portal.azure.com?WT.mc_id=aiml-138114-kinfeylo)
21
+
1.**Go to Azure AI Foundry**: Sign in to the Azure AI Foundry portal.
22
+
2.**Create a Project**:
23
+
- If you're in a project, select "Azure AI Foundry" at the top left of the page to go to the Home page.
24
+
- Select "+ Create project".
25
+
- Enter a name for the project.
26
+
- If you have a hub, it will be selected by default. If you have access to more than one hub, you can select a different one from the dropdown. If you want to create a new hub, select "Create new hub" and supply a name.
For more detailed instructions, you can refer to the official [Microsoft documentation](https://learn.microsoft.com/azure/ai-studio/how-to/create-projects).
47
39
48
40
After successful creation, you can access the studio you created through [ai.azure.com](https://ai.azure.com/)
## **4. Deploying the Model from Azure AI Foundry**
79
64
80
65
To deploy a model from the Azure Model Catalog, you can follow these steps:
@@ -92,16 +77,9 @@ To deploy a model from the Azure Model Catalog, you can follow these steps:
92
77
> [!NOTE]
93
78
> Please note that your account must have the Azure AI Developer role permissions on the Resource Group to perform these steps.
94
79
95
-
## **5. Using Phi-3 API in Azure AI Foundry**
80
+
## **5. Using Phi API in Azure AI Foundry**
96
81
97
82
You can access https://{Your project name}.region.inference.ml.azure.com/swagger.json through Postman GET and combine it with Key to learn about the provided interfaces
Copy file name to clipboardExpand all lines: md/02.QuickStart/GitHubModel_QuickStart.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
Welcome to [GitHub Models](https://github.com/marketplace/models)! We've got everything fired up and ready for you to explore AI Models hosted on Azure AI.
For more information about the Models available on GitHub Models, check out the [GitHub Model Marketplace](https://github.com/marketplace/models)
8
8
9
9
## Models Available
10
10
11
11
Each model has a dedicated playground and sample code
The [rate limits for the playground and free API usage](https://docs.github.com/en/github-models/prototyping-with-ai-models#rate-limits) are intended to help you experiment with models and prototype your AI application. For use beyond those limits, and to bring your application to scale, you must provision resources from an Azure account, and authenticate from there instead of your GitHub personal access token. You don't need to change anything else in your code. Use this link to discover how to go beyond the free tier limits in Azure AI.
0 commit comments