diff --git a/blog/content/posts/my-second-post/my-second-post.md b/blog/content/posts/my-second-post/my-second-post.md index 46177d0..5733451 100644 --- a/blog/content/posts/my-second-post/my-second-post.md +++ b/blog/content/posts/my-second-post/my-second-post.md @@ -1,7 +1,7 @@ +++ title = 'Prompt Engineering through Structured Instructions and Advanced Techniques' date = 2024-10-10T11:59:14+03:00 -draft = true +draft = false author = 'Yaroslav Biziuk' +++ @@ -22,10 +22,10 @@ figure tag format: {{< figure src="img_1.png" title="Назва зображення" >}} img tag format (absolute link): -{{< img src="/images/img_1.png" alt="Опис зображення" >}} +< img src="/images/img_1.png" alt="Опис зображення" > img tag format (relative link): -{{< img src="img_1.png" alt="Опис зображення" >}} +< img src="img_1.png" alt="Опис зображення" > # 3. The "Ask Before Answer" Technique The "Ask Before Answer" technique is particularly effective when optimizing prompts to reduce the occurrence of hallucinations. By prompting the LLM to seek clarification before resolving a task, we can preempt misunderstandings that might lead to incorrect answers. diff --git a/blog/content/posts/my-third-post/third-post.md b/blog/content/posts/my-third-post/third-post.md index 09276cc..bb6d1f7 100644 --- a/blog/content/posts/my-third-post/third-post.md +++ b/blog/content/posts/my-third-post/third-post.md @@ -1,7 +1,7 @@ +++ title = 'Third Post' date = 2024-10-14T12:35:30+03:00 -draft = true +draft = false +++