aboutsummaryrefslogtreecommitdiffstats
path: root/src/content
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-09-12 14:37:16 -0700
committerPinapelz <yukais@pinapelz.com>2023-09-12 14:37:16 -0700
commit42d355ff000cb14c7f5f165391dd72fe128c94c5 (patch)
treed05f1f45614be24f0a90332e1c1377afa6474721 /src/content
parent578438e1e6ff3989e313f72dd1c1f0cc97f67221 (diff)
change project grid to become a component
Diffstat (limited to 'src/content')
-rw-r--r--src/content/blog/discord-auto-reply.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/content/blog/discord-auto-reply.md b/src/content/blog/discord-auto-reply.md
index a732e00..b2a192f 100644
--- a/src/content/blog/discord-auto-reply.md
+++ b/src/content/blog/discord-auto-reply.md
@@ -169,8 +169,6 @@ class OpenAIAPI(LLM):
Next we can listen for messages from Discord on our websocket server and use it as a trigger to generate a new response.
```python
-
-
def load_config() -> dict:
with open("config.json", "r") as f:
return json.load(f)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage