From e61670da9f8ae5c1ca39a2085e05faa6fce5b9eb Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 1 Sep 2025 17:13:02 +0100 Subject: [PATCH] docs: Convert images in README to Markdown format --- 9-chat-project/README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/9-chat-project/README.md b/9-chat-project/README.md index ae5140b3..9e016fa5 100644 --- a/9-chat-project/README.md +++ b/9-chat-project/README.md @@ -4,9 +4,7 @@ This chat project shows how to build a Chat Assistant using GitHub Models. Here's what the finished project looks like: -
- Chat app -
+![Chat app](./assets/screenshot.png) Some context, building Chat assistants using generative AI is a great way to start learning about AI. What you'll learn is to integrate generative AI into a web app throughout this lesson, let's begin. @@ -14,16 +12,11 @@ Some context, building Chat assistants using generative AI is a great way to sta For the backend, we're using GitHub Models. It's a great service that enables you to use AI for free. Go to its playground and grab code that corresponds to your chosen backend language. Here's what it looks like at [GitHub Models Playground](https://github.com/marketplace/models/azure-openai/gpt-4o-mini/playground) -
- GitHub Models AI Playground -
- +![GitHub Models AI Playground](./assets/playground.png) As we said, select the "Code" tab and your chosen runtime. -
- playground choice -
+![Playground choice](./assets/playground-choice.png) ### Using Python