Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 03-CoreGenerativeAITechniques/03-vision-audio.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Real-time audio techniques allow your apps to generate audio and transcribe it i

But we're going to have to transition away from MEAI and from the model we were using to Azure AI Speech Services.

To setup an Azure AI Speech Service model, [follow these directions](../02-SettingUp.NETDev/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.
To setup an Azure AI Speech Service model, [follow these directions](../02-SetupDevEnvironment/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.

> **🗒️Note:>** Audio is coming to MEAI, but as of this writing isn't available yet. When it is available we'll update this course.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Real-time audio techniques allow your apps to generate audio and transcribe it i

But we're going to have to transition away from MEAI and from the model we were using to Azure AI Speech Services.

To setup an Azure AI Speech Service model, [follow these directions](../02-SettingUp.NETDev/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.
To setup an Azure AI Speech Service model, [follow these directions](../02-SetupDevEnvironment/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.

> **🗒️Note:>** Audio is coming to MEAI, but as of this writing isn't available yet. When it is available we'll update this course.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Hay algunos pasos de configuración que necesitas realizar para llamar funciones
return $"The weather is {temperature} degrees C and {conditions}.";
}

```
```

2. Luego, vamos a crear un objeto `ChatOptions` que le indicará a MEAI qué funciones están disponibles.

Expand All @@ -143,7 +143,7 @@ Hay algunos pasos de configuración que necesitas realizar para llamar funciones
Tools = [AIFunctionFactory.Create(GetTheWeather)]
};

```
```

3. Cuando instanciemos el objeto `IChatClient`, querremos especificar que usaremos invocación de funciones.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Real-time audio techniques allow your apps to generate audio and transcribe it i

But we're going to have to transition away from MEAI and from the model we were using to Azure AI Speech Services.

To setup an Azure AI Speech Service model, [follow these directions](../02-SettingUp.NETDev/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.
To setup an Azure AI Speech Service model, [follow these directions](../02-SetupDevEnvironment/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.

> **🗒️Note:>** Audio is coming to MEAI, but as of this writing isn't available yet. When it is available we'll update this course.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ Dans cette leçon, vous avez appris à configurer votre environnement de dévelo

### Ressources supplémentaires

- [Documentation Azure AI Foundry](https://learn.microsoft.com/fr-fr/azure/ai-services/)
- [Documentation Azure AI Foundry](https://learn.microsoft.com/azure/ai-services/)
- [Travailler avec GitHub Codespaces](https://docs.github.com/fr/codespaces/getting-started)
- [Comment déployer des modèles dans Azure AI Foundry](https://learn.microsoft.com/fr-fr/azure/ai-services/deploy/)
- [Comment déployer des modèles dans Azure AI Foundry](https://learn.microsoft.com/azure/ai-services/deploy/)
- [Package NuGet Azure.AI.OpenAI](https://www.nuget.org/packages/Azure.AI.OpenAI)

## Prochaines étapes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Real-time audio techniques allow your apps to generate audio and transcribe it i

But we're going to have to transition away from MEAI and from the model we were using to Azure AI Speech Services.

To setup an Azure AI Speech Service model, [follow these directions](../02-SettingUp.NETDev/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.
To setup an Azure AI Speech Service model, [follow these directions](../02-SetupDevEnvironment/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.

> **🗒️Note:>** Audio is coming to MEAI, but as of this writing isn't available yet. When it is available we'll update this course.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Real-time audio techniques allow your apps to generate audio and transcribe it i

But we're going to have to transition away from MEAI and from the model we were using to Azure AI Speech Services.

To setup an Azure AI Speech Service model, [follow these directions](../02-SettingUp.NETDev/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.
To setup an Azure AI Speech Service model, [follow these directions](../02-SetupDevEnvironment/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.

> **🗒️Note:>** Audio is coming to MEAI, but as of this writing isn't available yet. When it is available we'll update this course.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Real-time audio techniques allow your apps to generate audio and transcribe it i

But we're going to have to transition away from MEAI and from the model we were using to Azure AI Speech Services.

To setup an Azure AI Speech Service model, [follow these directions](../02-SettingUp.NETDev/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.
To setup an Azure AI Speech Service model, [follow these directions](../02-SetupDevEnvironment/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.

> **🗒️Note:>** Audio is coming to MEAI, but as of this writing isn't available yet. When it is available we'll update this course.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Real-time audio techniques allow your apps to generate audio and transcribe it i

But we're going to have to transition away from MEAI and from the model we were using to Azure AI Speech Services.

To setup an Azure AI Speech Service model, [follow these directions](../02-SettingUp.NETDev/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.
To setup an Azure AI Speech Service model, [follow these directions](../02-SetupDevEnvironment/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.

> **🗒️Note:>** Audio is coming to MEAI, but as of this writing isn't available yet. When it is available we'll update this course.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Real-time audio techniques allow your apps to generate audio and transcribe it i

But we're going to have to transition away from MEAI and from the model we were using to Azure AI Speech Services.

To setup an Azure AI Speech Service model, [follow these directions](../02-SettingUp.NETDev/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.
To setup an Azure AI Speech Service model, [follow these directions](../02-SetupDevEnvironment/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.

> **🗒️Note:>** Audio is coming to MEAI, but as of this writing isn't available yet. When it is available we'll update this course.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Real-time audio techniques allow your apps to generate audio and transcribe it i

But we're going to have to transition away from MEAI and from the model we were using to Azure AI Speech Services.

To setup an Azure AI Speech Service model, [follow these directions](../02-SettingUp.NETDev/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.
To setup an Azure AI Speech Service model, [follow these directions](../02-SetupDevEnvironment/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.

> **🗒️Note:>** Audio is coming to MEAI, but as of this writing isn't available yet. When it is available we'll update this course.

Expand Down
Loading