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` ---