updated README.md to reflect changes
This commit is contained in:
parent
166b286d42
commit
ac61607776
1 changed files with 5 additions and 5 deletions
10
README.md
10
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`
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue