Skip to content

Commit 91288dd

Browse files
committed
Refine README content: update summaries in various sections to enhance clarity and engagement for users learning about Generative AI
1 parent 42910e7 commit 91288dd

5 files changed

Lines changed: 19 additions & 17 deletions

File tree

01-IntroToGenAI/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ The Azure OpenAI client library for Java is an adaptation of OpenAI's REST APIs
131131
132132
## Summary
133133

134-
**Congratulations!** You have successfully:
134+
That wraps up the foundations! You now understand:
135135

136-
- **Learned about Generative AI fundamentals** including LLMs, prompt engineering, tokens, embeddings, and vector databases
137-
- **Compared Java AI development tools** including Azure OpenAI SDK, Spring AI, and OpenAI Java SDK
138-
- **Discovered the Model Context Protocol** and its role in AI agent communication
136+
- The core concepts behind generative AI - from LLMs and prompt engineering to tokens, embeddings, and vector databases
137+
- Your toolkit options for Java AI development: Azure OpenAI SDK, Spring AI, and OpenAI Java SDK
138+
- What the Model Context Protocol is and how it enables AI agents to work with external tools
139139

140140
## Next Steps
141141

02-SetupDevEnvironment/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,12 @@ System.out.println("Response: " + response.choices().get(0).message().content().
206206

207207
## Summary
208208

209-
**Congratulations!** You have successfully:
209+
Great! You now have everything set up:
210210

211-
- **Created a GitHub Personal Access Token** with proper permissions for AI model access
212-
- **Set up your Java development environment** using Codespaces, dev containers, or local installation
213-
- **Connected to GitHub Models** using the OpenAI Java SDK for free AI development access
214-
- **Tested the integration** with a working example application that communicates with AI models
211+
- Created a GitHub Personal Access Token with the right permissions for AI model access
212+
- Got your Java development environment running (whether that's Codespaces, dev containers, or local)
213+
- Connected to GitHub Models using the OpenAI Java SDK for free AI development
214+
- Tested it all works with a simple example that talks to AI models
215215

216216
## Next Steps
217217

03-CoreGenerativeAITechniques/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ List<ChatRequestMessage> messages = List.of(
360360

361361
## Next Steps
362362

363+
Ready to put these techniques to work? Let's build some real applications!
364+
363365
[Chapter 04: Practical samples](../04-PracticalSamples/README.md)
364366

365367
## Troubleshooting

04-PracticalSamples/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ These projects are designed to build upon concepts from previous chapters:
4242

4343
## Summary
4444

45-
**Congratulations!** You have successfully:
45+
Nice work! You've now explored some real applications:
4646

47-
- **Created multi-modal AI experiences** combining client-side and server-side AI processing
48-
- **Implemented local AI model integration** using modern Java frameworks and SDKs
49-
- **Developed Model Context Protocol services** demonstrating tool integration patterns
47+
- Multi-modal AI experiences that work both in the browser and on the server
48+
- Local AI model integration using modern Java frameworks and SDKs
49+
- Your first Model Context Protocol service to see how tools integrate with AI
5050

5151
## Next Steps
5252

05-ResponsibleGenAI/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## What You'll Learn
44

5-
- Understand ethical considerations and best practices for AI development
6-
- Implement content filtering and safety measures in your applications
5+
- Learn the ethical considerations and best practices that matter for AI development
6+
- Build content filtering and safety measures into your applications
77
- Test and handle AI safety responses using GitHub Models' built-in protections
8-
- Apply responsible AI principles to build safe, ethical AI systems
8+
- Apply responsible AI principles to create safe, ethical AI systems
99

1010
## Table of Contents
1111

@@ -162,7 +162,7 @@ Congratulations on completing the Generative AI for Beginners course! You now ha
162162
**What you've accomplished:**
163163
- Set up your development environment
164164
- Learned core generative AI techniques
165-
- Built practical AI applications
165+
- Explored practical AI applications
166166
- Understood responsible AI principles
167167

168168
## Next Steps

0 commit comments

Comments
 (0)