From 6e4fa9964b3f7ce4f3a5a7c8f183e343cacd9af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomomi=20=E2=9D=A4=20Imura?= Date: Tue, 23 Jan 2024 20:43:11 +0000 Subject: [PATCH] Fix image paths --- README.md | 7 ++++++- generative-ai/README.md | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a7bf84..a3cee5b 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,20 @@ Enjoy 🌺 --- ## Generative AI -[/generative-ai](/misc) +[/generative-ai](/generative-ai) ``` └── πŸ“misc └── πŸ“png Β Β  β”œβ”€β”€ πŸ“„chatgpt.png + β”œβ”€β”€ πŸ“„GenAI-doodle-youtube.png Β Β  └── πŸ“„... ``` 1. ChatGPT - Added in Feb, 2023 +2. Doodle-to-Code YouTube series on GenAI + - Generative AI and prompting 101 + - Build Clippy for Teams with Azure OpenAI and Teams AI Library + - Use OpenAI Assistants API to build your own cooking advisor bot on Teams ## Algorithms diff --git a/generative-ai/README.md b/generative-ai/README.md index 63dfd6f..27475e7 100644 --- a/generative-ai/README.md +++ b/generative-ai/README.md @@ -1,4 +1,4 @@ -# Misc content +# Generative AI - OpenAI, Microsoft Azure OpenAI, Copilot, etc. ``` @@ -19,7 +19,7 @@ This was originally created in Feb 2023, and updated in March 2023 when GPT-4 ca This is a set of doodles used to create the anmated doddle videos for my work at Microsoft. The focus is to walk you through how to build practical apps with Generative AI, and how they can be applied for Microsoft Teams developer platform. -![YouTube teaser](raw.githubusercontent.com/girliemac/a-picture-is-worth-a-1000-words/main/generative-ai/images/AssistantsAPI-doodle-youtube.gif) +![YouTube teaser](https://raw.githubusercontent.com/girliemac/a-picture-is-worth-a-1000-words/main/generative-ai/images/AssistantsAPI-doodle-youtube.gif) You can watch all videos on this [YouTube playlist](https://www.youtube.com/playlist?list=PLWZJrkeLOrbbsuhdqW_TiOLDJq_vZbCx-). @@ -39,7 +39,7 @@ Generative AI: πŸ“Ί [YouTube](https://www.youtube.com/watch?v=OZ6qNiuGo1Q) -![Clippy doodle](https://raw.githubusercontent.com/girliemac/a-picture-is-worth-a-1000-words/main/generative-ai/images/TeamsAILib-doodle-youtube.png) +![Clippy doodle](https://raw.githubusercontent.com/girliemac/a-picture-is-worth-a-1000-words/main/generative-ai/images/TeamsAlLib-doodle-youtube.png) ### Video 3. Use OpenAI Assistants API to build your own cooking advisor bot on Teams