From ac61607776584539a0afafbf8b521a0b7062acb2 Mon Sep 17 00:00:00 2001 From: milo Date: Wed, 7 May 2025 17:22:40 -0400 Subject: [PATCH] updated README.md to reflect changes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f1d5bb..d7ed2c5 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,11 @@ A structured build plan for developing and deploying the AlphaBot Discord compan --- -### 🔄 Day 2 – AI Integration -- [ ] Write `ai.py` to connect to Ollama/OpenAI -- [ ] Set up API call + prompt formatting -- [ ] Add `!chat` command to relay messages -- [ ] Create `.env` key for `OLLAMA_API_URL` +### 🔄 ~~Day 2 – AI Integration~~ +- [x] Write `ai.py` to connect to Ollama/OpenAI +- [x] Set up API call + prompt formatting +- [x] Add `!chat` command to relay messages +- [x] Create `.env` key for `OLLAMA_API_URL` ---