diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-08-10 01:04:13 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-08-10 01:04:13 -0700 |
| commit | a25818b07e6d2c5c8f3d52b3f16f36e45f192b8a (patch) | |
| tree | cc984ce1356632f788344c1a17e63cff5ef59a45 /src/content | |
| parent | 160ffe69437578273ca9297df2f62e362a834ab1 (diff) | |
Fix: incorrect post date
Diffstat (limited to 'src/content')
| -rw-r--r-- | src/content/blog/discord-auto-reply.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
