diff --git a/Instructions/Exercises/04-code-generation.md b/Instructions/Exercises/04-code-generation.md index 0be48236..54c5c909 100644 --- a/Instructions/Exercises/04-code-generation.md +++ b/Instructions/Exercises/04-code-generation.md @@ -156,7 +156,7 @@ Now you're ready to use the Azure OpenAI SDK to consume your deployed model. using Azure.AI.OpenAI; ``` - **Python**: prompt-engineering.py + **Python**: code-generation.py ```python # Add Azure OpenAI package