Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielrosehill/My-LLM-Prompt-Library-Public-Version-
Prompts I've used or am using with large language models (LLMs)
https://github.com/danielrosehill/My-LLM-Prompt-Library-Public-Version-
gpt llms prompt-engineering prompting
Last synced: 2 days ago
JSON representation
Prompts I've used or am using with large language models (LLMs)
- Host: GitHub
- URL: https://github.com/danielrosehill/My-LLM-Prompt-Library-Public-Version-
- Owner: danielrosehill
- Created: 2024-07-24T17:25:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T22:07:41.000Z (9 days ago)
- Last Synced: 2024-11-05T23:18:08.758Z (9 days ago)
- Topics: gpt, llms, prompt-engineering, prompting
- Language: Python
- Homepage:
- Size: 4.04 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-llm-prompt-libraries - danielrosehill
README
# Daniel Rosehill's LLM Prompt Library (Public Version)
![Prompting sloth](/images/banner.webp)
This repository is both a `prompt library` (in the sense of containing prompts that I've finished working with, for now) as well as a prompt engineering workspace where I share my fumbling progress on prompts that I don't mind sharing with the whole world.
For some of the most useful ones, see:
`favorites.md`
## The Main Part Of This Repo
[- Prompts organised by category](https://github.com/danielrosehill/My-LLM-Prompt-Library-Public-Version-/tree/main/Prompt-Library/By_Category)
## Also Useful: A Simple Prompt Extraction GUI
See `GUIs` for a prompt to create a simple (but functional!) Python GUI for saving and extracting prompts into a local prompt library/repository.
![alt text](Screenshots/1.png)
## System / Structure
- A **prompt workspace** for drafting prompts
- A **prompt library** for storing successful prompts for reuse
- A **prompts run** for recording *all* prompts run including those not worth committing into the prompt library## Author
Daniel Rosehill
(public at danielrosehill dot com)
## Licensing
All my GitHub repositories are licensed under [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/).
### Summary of the License
The Creative Commons Attribution 4.0 International (CC BY 4.0) license allows others to:
- **Share**: Copy and redistribute the material in any medium or format.
- **Adapt**: Remix, transform, and build upon the material for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.
#### License Terms
- **Attribution**: You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- **No additional restrictions**: You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
For the full legal code, please visit the [Creative Commons website](https://creativecommons.org/licenses/by/4.0/legalcode).