From c07dabec3741157af35fd37537bed7dc7b58729e Mon Sep 17 00:00:00 2001 From: medusa Date: Sat, 18 Nov 2023 04:21:28 +0000 Subject: [PATCH] Update docs/llm/Effective-LLM-Prompting.md --- docs/llm/Effective-LLM-Prompting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/llm/Effective-LLM-Prompting.md b/docs/llm/Effective-LLM-Prompting.md index f4f9297..341bee8 100644 --- a/docs/llm/Effective-LLM-Prompting.md +++ b/docs/llm/Effective-LLM-Prompting.md @@ -173,3 +173,6 @@ This term refers to the reservoir of knowledge, facts, concepts, and information - **Historical Knowledge**: Information on historical events and notable individuals. - **Languages**: The structural elements of language, including grammar, vocabulary, and syntax. +By mastering these operations and understanding their applications in prompt crafting, developers and enthusiasts can harness the full potential of LLMs to create, condense, transform, and extract information effectively. + +--- \ No newline at end of file