Skip to content

Commit 48e57c4

Browse files
authored
Merge pull request #72 from mcp-net/patch-1
Update README.md - 3 Ollama models related info
2 parents db3e067 + 8028209 commit 48e57c4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@ Generative AI is transforming software development, and .NET is no exception. Th
3636

3737
You'll learn how to implement Generative AI into .NET projects, from basic text generation to building full-fledged solutions using **GitHub Models**, **Azure OpenAI Services** and **local models with Ollama**.
3838

39+
#### **NOTE for local models with Ollama:**
40+
41+
- For lesson "**02 - Setting Up for .NET Development with Generative AI**" and project "**MEAIFunctionsOllama**" you need to pull model "**llama3.2**" by entering in terminal
42+
43+
**ollama pull llama3.2**
44+
45+
- For lesson "**03 - Core Generative AI Techniques with .NET**" and project "**RAGSimple-10SKOllama**" you need to pull 2 models "**all-minilm**" and "**phi3.5**" by entering in terminal:
46+
47+
**ollama pull phi3.5**
48+
49+
**ollama pull all-minilm**
50+
3951
## 📦 Each Lesson Includes
4052

4153
- **Short Video**: A quick overview of the lesson (5-10 minutes).

0 commit comments

Comments
 (0)