Skip to content

Conversation

Copy link
Contributor

Copilot AI commented May 27, 2025

This PR adds a new markdown page in Lesson 3 that explains how to run AI models locally using AI Toolkit for Windows and Docker Model Runner. The change includes:

  • Created new markdown file 03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md with:

    • Introduction to AI Toolkit for Windows and its key features
    • Introduction to Docker Model Runner and containerized model usage
    • Detailed explanation of the existing sample code in the src directory
    • Step-by-step instructions for running the included Docker model samples
    • Comparison table between AI Toolkit and Docker approaches
    • Links to official documentation and additional resources
  • Updated 03-CoreGenerativeAITechniques/readme.md to:

    • Add a bullet point for local model running in the "What you'll learn" section
    • Add a link to the new markdown file in the content sections list
  • Updated navigation between lesson pages:

    • Modified ImageGenerationOpenAI.md to link to the new page
    • Set up AIToolkitAndDockerModels.md to link to the Agents page

This change helps users understand how to leverage local models in their applications using either Windows-specific tooling or a platform-agnostic Docker approach, with code samples demonstrating both Semantic Kernel and Microsoft Extensions for AI integration.

Fixes #152.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@github-actions
Copy link

👋 Thanks for contributing @copilot! We will review the pull request and get back to you soon.

@github-actions github-actions bot requested a review from elbruno May 27, 2025 02:07
Copilot AI changed the title [WIP] Add AI Toolkit and Docker Desktop markdown page Add AI Toolkit and Docker Desktop markdown page to Lesson 3 May 27, 2025
Copilot finished work on behalf of elbruno May 27, 2025 02:14
@elbruno elbruno marked this pull request as ready for review May 27, 2025 02:15
remove locale from urls
@elbruno elbruno merged commit d67af53 into main May 27, 2025
3 of 4 checks passed
@github-actions
Copy link

Check Broken URLs

We have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue.

Check the file paths and associated broken URLs inside them.
For more details, check our Contributing Guide.

File Full Path Issues
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/160
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/understanding-image-generation-responses152
03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://learn.microsoft.com/windows/ai/toolkit/install28
04-PracticalSamples/readme.md
#LinkLine Number
1https://aka.ms/eshoplite/azureaisearch/repo245
2https://aka.ms/eshoplite/AzureAISearch/repo515

@elbruno elbruno deleted the copilot/fix-152 branch May 30, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add AI Toolkit and Docker Desktop markdown page

2 participants