Skip to content

Commit c0e3c86

Browse files
authored
deployment models format
1 parent 0798596 commit c0e3c86

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

0_Azure/3_AzureAI/9_AzureOpenAI/demos/2_ModelsDeploymentOverview.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ Last updated: 2024-11-19
99

1010
----------
1111

12+
<details>
13+
<summary><b>List of References</b> (Click to expand)</summary>
14+
15+
- [Overview: Deploy AI models in Azure AI Foundry portal](https://learn.microsoft.com/en-us/azure/ai-foundry/concepts/deployments-overview)
16+
17+
</details>
18+
19+
<details>
20+
<summary><b>Table of Contents</b> (Click to expand)</summary>
21+
22+
- [Overview](#overview)
23+
- [How to](#how-to)
24+
- [Example API Call](#example-api-call)
25+
26+
</details>
27+
1228
## Overview
1329

1430
> `Deployments` in Azure OpenAI Studio involve making AI models, workflows, and applications available for use in production environments. This includes hosting models on servers or in the cloud and creating APIs or other interfaces for users to interact with the models.
@@ -90,4 +106,4 @@ print(response.choices[0].text)
90106
<div align="center">
91107
<h3 style="color: #4CAF50;">Total Visitors</h3>
92108
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
93-
</div>
109+
</div>

0 commit comments

Comments
 (0)