Update model deployment from GPT 3.5 to GPT 4.1 Mini in ACA sessions tutorial - #128700
Update model deployment from GPT 3.5 to GPT 4.1 Mini in ACA sessions tutorial#128700Jessica Petty (jepetty) wants to merge 1 commit into
Conversation
|
Jessica Petty (@jepetty) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Jessica Petty (@jepetty) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 8b62830: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the ACA sessions tutorial prerequisites to use a currently supported Azure OpenAI model deployment (GPT-4.1 mini) instead of GPT-3.5 Turbo.
Changes:
- Switch deployment instructions from
gpt-35-turbotogpt-4.1-mini - Update the Azure CLI deployment create command to use the new model name and version
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| --deployment-name gpt-4.1-mini \ | ||
| --model-name gpt-4.1-mini \ | ||
| --model-version "2025-04-14" \ |
| ``` | ||
|
|
||
| 1. Create a GPT 3.5 Turbo model deployment named `gpt-35-turbo` in the Azure OpenAI account: | ||
| 1. Create a GPT 4.1 Mini model deployment named `gpt-4.1-mini` in the Azure OpenAI account: |
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Update the model used in ACA sessions with AI tutorials to one that's currently supported, GPT 4.1 mini