Skip to content

Commit

Permalink
add <a> tag into second post
Browse files Browse the repository at this point in the history
  • Loading branch information
eLQeR committed Oct 12, 2024
1 parent 390bd7d commit 76eeeda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blog/content/posts/my-second-post/my-second-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ Meta-prompting is an advanced technique in prompt engineering that goes beyond m
When applied in Claude LLM, meta-prompting proved to be more effective than in GPT models. It significantly improved test case outcomes by making instructions simpler and clearer for the model to understand. Claude's advanced processing capabilities allowed it to better interpret and act on the meta-prompts, leading to more accurate and consistent results.

**Example how meta-prompting optimized Claude outputs:**
![img_4.png](https://ibb.co/YkcwBwS)
![img_4.png](https://i.ibb.co/7WnLtLD/img-4.png)
<a href="https://ibb.co/YkcwBwS"><img src="https://i.ibb.co/7WnLtLD/img-4.png" alt="img-4" border="0"></a>

However, in our specific case, meta-prompting did not lead to the exceptional results we had hoped for. While it is a valuable technique, its effectiveness can vary depending on the complexity of the task and the model's inherent capabilities.

Expand Down

0 comments on commit 76eeeda

Please sign in to comment.