From 27d77de20b3825a1340eaa6e283441bee6dda484 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Wed, 28 Aug 2024 18:06:53 -0700 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5b68d7..39a4887 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ DISCORD_TOKEN=xxxxx docker compose up ``` -> Note: You must setup a [Discord Bot](https://discord.com/developers/applications) and set environment variable `DISCORD_TOKEN` before `discollama.py` can access Discord. +> [!NOTE] +> You must setup a [Discord Bot](https://discord.com/developers/applications) and set environment variable `DISCORD_TOKEN` before `discollama.py` can access Discord. `discollama.py` requires an [Ollama](https://github.com/ollama/ollama) server. Follow the steps in [ollama/ollama](https://github.com/ollama/ollama) repository to setup Ollama.