Skip to content

Commit

Permalink
Fix image paths
Browse files Browse the repository at this point in the history
  • Loading branch information
girliemac committed Jan 23, 2024
1 parent 6c4245b commit 6e4fa99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions generative-ai/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Misc content
# Generative AI - OpenAI, Microsoft Azure OpenAI, Copilot, etc.


```
Expand All @@ -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-).

Expand All @@ -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

Expand Down

0 comments on commit 6e4fa99

Please sign in to comment.