From e3aacca4b0fc88e2dbc879db3127e3b8044db896 Mon Sep 17 00:00:00 2001 From: Nimo <2087890+foundingnimo@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:36:21 +1300 Subject: [PATCH 1/2] Update README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eea5a45f..e20648283 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Lessons are labeled either "Learn" lessons explaining a Generative AI concept or Each lesson also includes a "Keep Learning" section with additional learning tools. ## What You Need -### To run this code of this course, you can use either: +### To run the code of this course, you can use either: - [Azure OpenAI Service](https://azure.microsoft.com/products/ai-services/openai-service?WT.mc_id=academic-105485-koreyst) - **Lessons:** "aoai-assignment" - [GitHub Marketplace Model Catalog](https://github.com/marketplace/models?WT.mc_id=academic-105485-koreyst) - **Lessons:** "githubmodels" - [OpenAI API](https://platform.openai.com/docs/quickstart?context=python?WT.mc_id=academic-105485-koreyst) - **Lessons:** "oai-assignment" From 0c3b3410fdcacd921df7d2140143ca2ddd3fcfec Mon Sep 17 00:00:00 2001 From: Nimo <2087890+foundingnimo@users.noreply.github.com> Date: Sun, 13 Oct 2024 19:55:30 +1300 Subject: [PATCH 2/2] Update README.md --- 01-introduction-to-genai/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-introduction-to-genai/README.md b/01-introduction-to-genai/README.md index 8c8c5373f..e67d3dcc5 100644 --- a/01-introduction-to-genai/README.md +++ b/01-introduction-to-genai/README.md @@ -40,7 +40,7 @@ To start, let’s define some basic concepts and terminology we’ll be using th ## How did we get Generative AI? -Despite the extraordinary _hype_ created lately by the announcement of generative AI models, this technology is decades in the making, with the first research efforts dating back to 60s. We're now at a point with AI having human cognitive capabilities, like conversation as shown by for example [OpenAI ChatGPT](https://openai.com/chatgpt) or [Bing Chat](https://www.microsoft.com/edge/features/bing-chat?WT.mc_id=academic-105485-koreyst), which also uses a GPT model for the web search Bing conversations. +Despite the extraordinary _hype_ created lately by the announcement of generative AI models, this technology is decades in the making, with the first research efforts dating back to the 60s. We're now at a point with AI having human cognitive capabilities, like conversation as shown by for example [OpenAI ChatGPT](https://openai.com/chatgpt) or [Bing Chat](https://www.microsoft.com/edge/features/bing-chat?WT.mc_id=academic-105485-koreyst), which also uses a GPT model for the web search Bing conversations. Backing up a bit, the very first prototypes of AI consisted of typewritten chatbots, relying on a knowledge base extracted from a group of experts and represented into a computer. The answers in the knowledge base were triggered by keywords appearing in the input text. However, it soon became clear that such approach, using typewritten chatbots, did not scale well.