From a25818b07e6d2c5c8f3d52b3f16f36e45f192b8a Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 10 Aug 2023 01:04:13 -0700 Subject: Fix: incorrect post date --- src/content/blog/discord-auto-reply.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/content/blog/discord-auto-reply.md b/src/content/blog/discord-auto-reply.md index a2578aa..fefee5a 100644 --- a/src/content/blog/discord-auto-reply.md +++ b/src/content/blog/discord-auto-reply.md @@ -1,7 +1,7 @@ --- title: 'Unleashing the Chat Wizardry: Auto-Replying to Discord Messages' description: 'Harnessing the power of LLMs to auto-reply to Discord messages' -pubDate: 'Aug 9 2023' +pubDate: 'Aug 10 2023' heroImage: '/603banner.png' --- With the recent advancements in LLM technology, its fairly easy to access AIs capable of producing fairly sophisticated texts. So then that got me thinking, why not use it to auto-reply to Discord DMs. Maybe you don't want to talk to someone, or you'd like to set up a system capable of answering some questions while you're unavailable. Whatever the case may be, replying with an LLM is easily doable with a few lines of code. -- cgit v1.2.3