-
Notifications
You must be signed in to change notification settings - Fork 707
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
Update README links and add model usage instructions in Program.cs for ollama models #79
Conversation
👋 Thanks for contributing @elbruno! We will review the pull request and get back to you soon. |
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.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This PR updates the documentation and guidance for testing with ollama models by adding usage instructions in Program.cs and updating links in the README.
- Added comments in Program.cs explaining how to test with different models and the commands to download additional models.
- Updated the README.md to replace old GitHub links with short URLs for various learning resources.
Reviewed Changes
File | Description |
---|---|
02-SetupDevEnvironment/src/BasicChat-03Ollama/Program.cs | Added comments with instructions for testing and downloading models |
README.md | Updated course links to use short URLs for improved accessibility |
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
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.
|
This pull request includes updates to the
Program.cs
file to provide additional information about testing models and updates to theREADME.md
file to correct links to various learning resources.Documentation updates:
02-SetupDevEnvironment/src/BasicChat-03Ollama/Program.cs
: Added comments to provide guidance on testing with different models and the commands to download them.README.md
: Updated links for Generative AI and AI Agents courses to use short URLs instead of GitHub links.