updated README.md to reflect changes

This commit is contained in:
milo 2025-05-07 17:22:40 -04:00
parent 166b286d42
commit ac61607776

View file

@ -53,11 +53,11 @@ A structured build plan for developing and deploying the AlphaBot Discord compan
--- ---
### 🔄 Day 2 AI Integration ### 🔄 ~~Day 2 AI Integration~~
- [ ] Write `ai.py` to connect to Ollama/OpenAI - [x] Write `ai.py` to connect to Ollama/OpenAI
- [ ] Set up API call + prompt formatting - [x] Set up API call + prompt formatting
- [ ] Add `!chat` command to relay messages - [x] Add `!chat` command to relay messages
- [ ] Create `.env` key for `OLLAMA_API_URL` - [x] Create `.env` key for `OLLAMA_API_URL`
--- ---