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-foundry/concepts/concept-playgrounds.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,19 +70,19 @@ Let's look through the various capabilities available.
70
70
Available on the multi-lingual sample code samples, "Open in VS Code" enables the automatic import of your code sample, API endpoint and key to a VS Code workspace in /azure environment. Instead of going back and forth between Foundry and IDE, "Open in VS Code" reduces six clicks to one click:
71
71
72
72
1. Select View Code in Chat playground and Agents playground to see the code sample.
73
-
2. Select "Open in VS Code" button.
74
-
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-foundry.png" alt-text="Open in VS Code button in Azure AI Foundry playground for seamless code integration." lightbox="../media/concept-playgrounds/open-in-vs-code-foundry.png":::
73
+
1. Select "Open in VS Code" button.
74
+
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-foundry.png" alt-text="Open in VS Code button in Azure AI Foundry playground for seamless code integration." lightbox="../media/concept-playgrounds/open-in-vs-code-foundry.png":::
75
75
76
-
4. You're redirected to /azure environment of VS Code with importing of your code sample, API endpoint and key.
77
-
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-vscode.png" alt-text="VS Code environment showing imported code sample, API endpoint, and key from Foundry playground." lightbox="../media/concept-playgrounds/open-in-vs-code-vscode.png":::
76
+
1. You're redirected to /azure environment of VS Code with importing of your code sample, API endpoint and key.
77
+
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-vscode.png" alt-text="VS Code environment showing imported code sample, API endpoint, and key from Foundry playground." lightbox="../media/concept-playgrounds/open-in-vs-code-vscode.png":::
78
78
79
-
6. Browse through the `READ.ME` file for instructions to run your model.
80
-
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-readme.png" alt-text="README file in VS Code with instructions for running the imported model." lightbox="../media/concept-playgrounds/open-in-vs-code-readme.png":::
79
+
1. Browse through the `READ.ME` file for instructions to run your model.
80
+
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-readme.png" alt-text="README file in VS Code with instructions for running the imported model." lightbox="../media/concept-playgrounds/open-in-vs-code-readme.png":::
81
81
82
-
8. Your code sample is automatically transferred to the `run_model.py`.
83
-
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-run-model.png" alt-text="Code sample automatically transferred to run_model.py in VS Code." lightbox="../media/concept-playgrounds/open-in-vs-code-run-model.png":::
82
+
1. Your code sample is automatically transferred to the `run_model.py`.
83
+
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-run-model.png" alt-text="Code sample automatically transferred to run_model.py in VS Code." lightbox="../media/concept-playgrounds/open-in-vs-code-run-model.png":::
84
84
85
-
10. Relevant dependencies in the `requirements.txt` file.
85
+
1. Relevant dependencies in the `requirements.txt` file.
86
86
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-requirements.png" alt-text="Relevant dependencies listed in the requirements.txt file in VS Code." lightbox="../media/concept-playgrounds/open-in-vs-code-requirements.png":::
87
87
88
88
@@ -105,17 +105,15 @@ For all reasoning models, we introduce a chain-of-thought summary drop-down to s
105
105
With the audio playground, you can use text-to-speech and transcription capabilities with the latest audio models from Azure OpenAI.
106
106
107
107
1. Start with a text input prompt and rewrite the input with AI (coming soon).
108
-
2. Adjust model parameters like voice and language.
109
-
3. Receive a speech output with playback controls (play, rewind, forward, adjust speed and volume).
0 commit comments