dair-ai / Prompt-Engineering-Guide

🐙 Guides, papers, lecture, notebooks and resources for prompt engineering
https://www.promptingguide.ai/
MIT License
47.66k stars 4.64k forks source link

Epub output #44

Closed erikvullings closed 1 year ago

erikvullings commented 1 year ago

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

CodyBontecou commented 1 year ago

This is precisely what I was looking for. Thanks for providing the output @erikvullings.

erikvullings commented 1 year ago

Glad you liked it!