Improve Prompt Engineering - Prompts & Techniques - Links (#7653)
* 📃 docs, data (Image Prompting) Update Topic/Sub Topics - In Place Edits. - intent: Update topic from May 2023 to Oct 2024 - data: src/data/roadmaps/prompt-engineering/content/ - modify - 10X .ms --- Co-authored-by: @iPoetDev <ipoetdev-github-no-reply@outlook.com> * 📃 docs, data (Prompt Engineering Roadmap) Basic Concepts - In Place Edits. - changes: single paragraphs (74-125 words)> - concerns: if any more concise, topics looses fidelity, meaning and utility. - data: src/data/roadmaps/prompt-engineering/content/ - 📂 100-basic-llm - modify: Topic - update content: - index.md - 100-what-are-llm.md - 101-llm-types.md - 102-how-llms-built.md --- Co-authored-by: @iPoetDev <ipoetdev-github-no-reply@outlook.com> * 📃 docs: (Prompt Eng.) Basic LLM Concepts - New Links. - intent: Update topic from May 2023 to Oct 2024 - 📂 100 basic-llm - modify topics: - add links - 100-what-are-llms.md - 101-types-llms.md - 102-how-llms-are-bilt.md BREAKING CHANGE: ❌ --- Co-authored-by: @iPoetDev <ipoetdev-github-no-reply@outlook.com> * docs: (Prompt Eng.) Prompting Introduction - New Links. - intent: Update topic from May 2023 to Oct 2024 - 📂 101-prompting-introduction - modify topics: - add links - index.md - 100-basic-prompting.md - 101-need-for-prompting.md BREAKING CHANGE: ❌ --- Co-authored-by: @iPoetDev <ipoetdev-github-no-reply@outlook.com> * 📃 docs: (Prompt Eng.) Prompting Techniques - New Links. - intent: Update missing links from May 2023 to Oct 2024 - data: src/data/roadmaps/prompt-engineering/content/ - 📂 102-prompts - modify: Links New - prompts/index.md - prompts/100-parts-of-a-prompt.md - 📂 102-prompts/prompting-techniques - modify: Content Modify - added a "Learn more" line to all files ahead of links. - removed duplicated text in a code fence. - 104-least-to-most.md - modify: Links New - 100-role-prompting.md - 101few-shot-prompting.md - 102-chain-of-thought.md - 103-zeroshot-chain-of-thought.md - 104-least-to-most.md - 105-dual-prompt.md - 106-combining-technqiues.md BREAKINGCHANGE: ❌ --- Co-authored-by: @iPoetDev <ipoetdev-github-no-reply@outlook.com>dansholds/7-phase-guide
parent
b9fdd0c82b
commit
a09704baa2
9 changed files with 99 additions and 22 deletions
@ -1,3 +1,8 @@ |
|||||||
# Prompts |
# Prompts |
||||||
|
|
||||||
At this point, you probably already know what the Prompts are and the importance of writing good prompts. This section covers the best practices for writing good prompts as well as covering some of the commonly used prompting techniques. |
At this point, you probably already know what the Prompts are and the importance of writing good prompts. This section covers the best practices for writing good prompts as well as covering some of the commonly used prompting techniques. |
||||||
|
|
||||||
|
Learn more from the following resources: |
||||||
|
|
||||||
|
- [@guides@Prompt Engineering Guide: The Ultimate Guide to Generative AI](https://learnprompting.org/docs/introduction) |
||||||
|
- [@guides@Optimizing Prompts | Prompt Engineering Guide](https://www.promptingguide.ai/guides/optimizing-prompts) |
@ -1,3 +1,11 @@ |
|||||||
# Combining Techniques |
# Combining Techniques |
||||||
|
|
||||||
All the techniques we've covered so far are useful on their own, but they're even more powerful when combined. For example, you can combine "Role Prompting" and any other prompting technique e.g. Chain of Thought, Dual Prompt, etc. to get more specific responses. |
All the techniques we've covered so far are useful on their own, but they're even more powerful when combined. For example, you can combine "Role Prompting" and any other prompting technique e.g. Chain of Thought, Dual Prompt, etc. to get more specific responses. |
||||||
|
|
||||||
|
Learn more from the following resources: |
||||||
|
|
||||||
|
- [@article@Combining Prompting Techniques: Enhance AI Outputs](https://learnprompting.org/docs/basics/combining_techniques) |
||||||
|
- [@course@Combining prompting techniques - Hyperskill](https://hyperskill.org/learn/step/47989) |
||||||
|
- [@guides@The Ultimate Guide to LLM Prompting, Fine-tuning, and Data Management ](https://medium.com/@subhraj07/the-ultimate-guide-to-llm-prompting-fine-tuning-and-data-management-933bbd2d05f4) |
||||||
|
- [@video@4 Methods of Prompt Engineering - IBM](https://www.youtube.com/watch?v=1c9iyoVIwDs) |
||||||
|
|
||||||
|
Loading…
Reference in new issue