From 28e05c802c21fda681cbb822c4d2b93ac63779c7 Mon Sep 17 00:00:00 2001 From: Daniel Rosehill Date: Thu, 21 Nov 2024 22:18:27 +0200 Subject: [PATCH] updated --- non-docs/badges.md | 6 ++++++ non-docs/old-repo-links.md | 0 non-docs/to-add.md | 4 ++++ resources.md | 9 +++++++++ 4 files changed, 19 insertions(+) create mode 100644 non-docs/badges.md create mode 100644 non-docs/old-repo-links.md create mode 100644 non-docs/to-add.md create mode 100644 resources.md diff --git a/non-docs/badges.md b/non-docs/badges.md new file mode 100644 index 0000000..4d6771c --- /dev/null +++ b/non-docs/badges.md @@ -0,0 +1,6 @@ +![Highly Recommended](https://img.shields.io/badge/Highly%20Recommended-brightgreen) +![Read](https://img.shields.io/badge/Read-blue) +![Recommended](https://img.shields.io/badge/Recommended-green) +![Haven't Read](https://img.shields.io/badge/Haven't%20Read-lightgrey) +![On Wishlist](https://img.shields.io/badge/On%20Wishlist-orange) +![In Queue](https://img.shields.io/badge/In%20Queue-yellow) \ No newline at end of file diff --git a/non-docs/old-repo-links.md b/non-docs/old-repo-links.md new file mode 100644 index 0000000..e69de29 diff --git a/non-docs/to-add.md b/non-docs/to-add.md new file mode 100644 index 0000000..2921c14 --- /dev/null +++ b/non-docs/to-add.md @@ -0,0 +1,4 @@ +# Awesome Lists (Github) + +https://github.com/promptslab/Awesome-Prompt-Engineering + diff --git a/resources.md b/resources.md new file mode 100644 index 0000000..7b47a64 --- /dev/null +++ b/resources.md @@ -0,0 +1,9 @@ +## Books + +### [Prompt Engineering For Generative AI](https://a.co/d/19n38Uy) + + ![Highly Recommended](https://img.shields.io/badge/Highly%20Recommended-brightgreen) + +*James Phoenix, Mike Taylor* + +Large language models (LLMs) and diffusion models such as ChatGPT and Stable Diffusion have unprecedented potential. Because they have been trained on all the public text and images on the internet, they can make useful contributions to a wide variety of tasks. And with the barrier to entry greatly reduced today, practically any developer can harness LLMs and diffusion models to tackle problems previously unsuitable for automation. \ No newline at end of file