Copied from upstream: dair-ai/Prompt-Engineering-Guide#44
Original author: @erikvullings
Originally created: 2023-03-10
Thanks for sharing these guides.
In order to improve dissemination, would you consider converting the guides to epub format with pandoc. E.g. by removing the --- in the markdown files (as it is not regular markdown, and pandoc considers it a start of YAML metadata), you can simply convert the md files to epub:
pandoc prompts-intro.md prompts-basic-usage.md prompts-advanced-usage.md prompts-applications.md prompts-chatgpt.md prompts-adversarial.md prompts-reliability.md prompts-miscellaneous.md -o PromptEngineering.epub --metadata title="Prompt Engineering"
See the attached zip file (contains an epub).
PromptEngineering.zip
Thanks for sharing these guides.
In order to improve dissemination, would you consider converting the guides to epub format with pandoc. E.g. by removing the --- in the markdown files (as it is not regular markdown, and
pandocconsiders it a start of YAML metadata), you can simply convert the md files to epub:pandoc prompts-intro.md prompts-basic-usage.md prompts-advanced-usage.md prompts-applications.md prompts-chatgpt.md prompts-adversarial.md prompts-reliability.md prompts-miscellaneous.md -o PromptEngineering.epub --metadata title="Prompt Engineering"See the attached zip file (contains an epub).
PromptEngineering.zip