$git clone https://github.com/equinor/promptlyA prompt collection for testing and evaulation of LLMs.
| 1 | # promptly |
| 2 | |
| 3 | A prompt collection for testing and evaulation of LLMs. |
| 4 | |
| 5 | I am a scientific programmer with a background in geoscience, hence some of the questions. |
| 6 | |
| 7 | |
| 8 | ## Prompt collections |
| 9 | |
| 10 | - [danielmiessler/fabric](https://github.com/danielmiessler/fabric) |
| 11 | - [microsoft/prompts-for-edu](https://github.com/microsoft/prompts-for-edu) — A collection of prompts for educators and students |
| 12 | - [microsoft/promptbase](https://github.com/microsoft/promptbase) — Implementation of [Medprompt](https://arxiv.org/abs/2311.16452) |
| 13 | - [ai-boost/awesome-prompts](https://github.com/ai-boost/awesome-prompts) |
| 14 | - [abledock/awesome-chatgpt-prompts](https://github.com/abledock/awesome-chatgpt-prompts) |
| 15 | |
| 16 | |
| 17 | ## Various other links |
| 18 | |
| 19 | - [promptslab/Awesome-Prompt-Engineering](https://github.com/promptslab/Awesome-Prompt-Engineering) — Another list of all the things |
| 20 | - [awesome-chatgpt-prompts/awesome-chatgpt](https://github.com/humanloop/awesome-chatgpt) — And another one |
| 21 | - [OpenMindClub/awesome-chatgpt](https://github.com/OpenMindClub/awesome-chatgpt) — And another one |
| 22 | |
| 23 | ### "Awesome" lists |
| 24 | |
| 25 | - https://github.com/snwfdhmp/awesome-gpt-prompt-engineering |
| 26 | - https://github.com/f/awesome-chatgpt-prompts |
| 27 | |
| 28 | ### Other prompting tools |
| 29 | |
| 30 | - https://github.com/microsoft/prompt-engine |
| 31 | |
| 32 | |
| 33 | ## See also |
| 34 | |
| 35 | We maintain a few other repos containing learning material related to machine learning and artificial intelligence. |
| 36 | |
| 37 | - [`llm-engineering-101`](https://github.com/equinor/llm-engineering-101) for a short workshop aimed at getting developers up to speed. |
| 38 | - [`ml-pitfalls`](https://github.com/equinor/ml-pitfalls) for more on pitfalls in discriminative machine learning, another series of events. |
| 39 | - [`ai-upskill`](https://github.com/equinor/ai-upskill) for a repo describing Equinor's company upskill events and materials. |
| 40 | - [`ai-values`](https://github.com/kwinkunks/ai-values) for a small web app about human values and AI alignment. |
| 41 | - [`ai-risk-roulette`](https://github.com/equinor/ai-risk-roulette) is a small group-work game, presenting AI use-cases to discuss in groups. |
| 42 | - [`label-ai`](https://github.com/equinor/label-ai) (2024) for a small web app exploring obvious and non-obvious ways of labeling generated content. |
| 43 | |
| 44 | Also see the repo of the [Responsible AI team](https://github.com/equinor/responsible-ai). |