-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add Foundry local samples #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
DETAILS - Updated `Microsoft.SemanticKernel` package from 1.54.0 to 1.55.0 in multiple project files. - Added new project files for `AIFoundryLocal-01-SK-Chat` and `AIFoundryLocal-02-MEAI-Chat`. - Created `DockerModels-01-Chat.csproj` with necessary SDK and package references. - Introduced `Program.cs` files for new projects to implement OpenAI chat capabilities. - Updated solution file `CoreGenerativeAITechniques.sln` to include new projects and configurations. - Enhanced `readme.md` with new features and instructions for running local models using AI Toolkit and Docker.
👋 Thanks for contributing @elbruno! We will review the pull request and get back to you soon. |
Check Country Locale in URLsWe have automatically detected added country locale to URLs in your files. Check the file paths and associated URLs inside them.
|
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Check the file paths and associated broken paths inside them.
|
…e OpenAI Sora video generation
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Check the file paths and associated broken paths inside them.
|
Check Country Locale in URLsWe have automatically detected added country locale to URLs in your files. Check the file paths and associated URLs inside them.
|
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Check the file paths and associated broken paths inside them.
|
Check Country Locale in URLsWe have automatically detected added country locale to URLs in your files. Check the file paths and associated URLs inside them.
|
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Check the file paths and associated broken paths inside them.
|
Check Country Locale in URLsWe have automatically detected added country locale to URLs in your files. Check the file paths and associated URLs inside them.
|
Check Broken URLsWe 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.
|
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Check the file paths and associated broken paths inside them.
|
Check Broken URLsWe 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.
|
Check Broken URLsWe 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.
|
1 similar comment
Check Broken URLsWe 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.
|
Check Broken URLsWe 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.
|
This pull request introduces significant updates to the "Core Generative AI Techniques" module, focusing on expanding support for running AI models locally, enhancing project configurations, and updating dependencies. The most notable changes include adding support for Foundry Local as a local model runner, renaming and restructuring files for clarity, and upgrading
Microsoft.SemanticKernel
to version 1.55.0 across multiple projects.New Features and Enhancements
Support for Foundry Local:
06-LocalModelRunners.md
, detailing how to run AI models locally using AI Toolkit, Docker, and Foundry Local. This includes benefits, setup instructions, and sample code for each approach.AIFoundryLocal-01-SK-Chat
: Uses Semantic Kernel to interact with Foundry Local models. [1] [2]AIFoundryLocal-02-MEAI-Chat
: Uses Microsoft Extensions for AI to interact with Foundry Local models. [1] [2]Documentation Updates:
05-ImageGenerationOpenAI.md
andreadme.md
to include Foundry Local. [1] [2]Codebase Improvements
Project Restructuring:
DockerModels-01-Chat
toDockerModels-01-SK-Chat
for consistency with naming conventions. [1] [2]Dependency Upgrades:
Microsoft.SemanticKernel
to version 1.55.0 in the following projects:AIToolkit-01-SK-Chat
BasicChat-02SK
BasicChat-04OllamaSK
DockerModels-01-SK-Chat
Solution File Updates:
CoreGenerativeAITechniques.sln
) and updated build configurations accordingly. [1] [2] [3]These changes collectively enhance the module's flexibility for running AI models locally and improve the organization and maintainability of the codebase.