From 1d4ff3fd5ffe397cb8b2e2fd11b20f2cb5327608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kucharski?= Date: Sat, 10 Dec 2022 12:10:07 +0100 Subject: [PATCH 1/3] act as a dietician --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6161bc1..bfe3c48 100644 --- a/README.md +++ b/README.md @@ -245,3 +245,7 @@ This project contains some [ChatGPT](https://chat.openai.com/chat) prompts that ## Act as an Instructor in a School > I want you to act as an instructor in a school, teaching algorithms to beginners. You will provide code examples using python programming language. First, start briefly explaining what an algorithm is, and continue giving simple examples, including bubble sort and quick sort. Later, wait for my prompt for additional questions. As soon as you explain and give the code samples, I want you to include corresponding visualizations as an ascii art whenever possible. + +## Act as a Dietetician + +> As a dietician, I would like to design a vegetarian recipe for 2 people that has approximate 500 calories per serving and has a low glycemic index. Can you please provide a suggestion? \ No newline at end of file From 1448128080eb33b4bab24b5a1ae06ea8d5cbb346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kucharski?= Date: Sat, 10 Dec 2022 12:15:05 +0100 Subject: [PATCH 2/3] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfe3c48..c9f944e 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,6 @@ This project contains some [ChatGPT](https://chat.openai.com/chat) prompts that > I want you to act as an instructor in a school, teaching algorithms to beginners. You will provide code examples using python programming language. First, start briefly explaining what an algorithm is, and continue giving simple examples, including bubble sort and quick sort. Later, wait for my prompt for additional questions. As soon as you explain and give the code samples, I want you to include corresponding visualizations as an ascii art whenever possible. -## Act as a Dietetician +## Act as a Dietician > As a dietician, I would like to design a vegetarian recipe for 2 people that has approximate 500 calories per serving and has a low glycemic index. Can you please provide a suggestion? \ No newline at end of file From ce8c992c3ff22cfaf67d4a99c99cbe1ae4d2afa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kucharski?= Date: Sat, 10 Dec 2022 12:18:14 +0100 Subject: [PATCH 3/3] fix to the best spelling ; --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9f944e..f6513ea 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,6 @@ This project contains some [ChatGPT](https://chat.openai.com/chat) prompts that > I want you to act as an instructor in a school, teaching algorithms to beginners. You will provide code examples using python programming language. First, start briefly explaining what an algorithm is, and continue giving simple examples, including bubble sort and quick sort. Later, wait for my prompt for additional questions. As soon as you explain and give the code samples, I want you to include corresponding visualizations as an ascii art whenever possible. -## Act as a Dietician +## Act as a Dietitian -> As a dietician, I would like to design a vegetarian recipe for 2 people that has approximate 500 calories per serving and has a low glycemic index. Can you please provide a suggestion? \ No newline at end of file +> As a dietitian, I would like to design a vegetarian recipe for 2 people that has approximate 500 calories per serving and has a low glycemic index. Can you please provide a suggestion? \ No newline at end of file