Skip to content

Commit

Permalink
Remove spaces from second post
Browse files Browse the repository at this point in the history
  • Loading branch information
eLQeR committed Oct 14, 2024
1 parent b4e1839 commit 0d4e73d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blog/content/posts/my-second-post/my-second-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ Example:

markdown format:
![img.png](img.png)
![img.png](/images/img.png)

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.
Expand Down

0 comments on commit 0d4e73d

Please sign in to comment.