From 94cf1117a4d422d8e1ff8cd4901111d2a9f4d9cf Mon Sep 17 00:00:00 2001 From: Greg Babb Date: Tue, 31 Dec 2024 18:10:10 +0000 Subject: [PATCH] blog: increment year in title --- docs/blog/posts/prompt-engineering-tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/blog/posts/prompt-engineering-tools.md b/docs/blog/posts/prompt-engineering-tools.md index eda61261a..749016e72 100644 --- a/docs/blog/posts/prompt-engineering-tools.md +++ b/docs/blog/posts/prompt-engineering-tools.md @@ -1,5 +1,5 @@ --- -title: 8 of the Best Prompt Engineering Tools in 2024 +title: 8 of the Best Prompt Engineering Tools in 2025 description: > In this article, we list our 8 top prompt engineering tools to simplify your LLM prompting workflows and provide a great development experience. authors: @@ -10,7 +10,7 @@ date: 2024-04-03 slug: prompt-engineering-tools --- -# 8 of the Best Prompt Engineering Tools in 2024 +# 8 of the Best Prompt Engineering Tools in 2025 While anyone can develop LLM applications using just the OpenAI SDK—we used to do that since we didn’t find helper functions at the time to be particularly helpful—prompt engineering tools that simplify LLM interactions and enhance productivity are emerging as key players.