Parent: llm-course (see main AGENTS.md)
Assignment 4 template repository for PSYC 51.17. Students create a context-aware customer service chatbot using transformer-based models.
customer-service-bot-llm-course/
├── Assignment4_Customer_Service_Chatbot.ipynb # Template notebook (has Colab badge)
├── README.md # Assignment description
└── AGENTS.md # This file
| File | Purpose |
|---|---|
Assignment4_Customer_Service_Chatbot.ipynb |
Student-facing notebook with Colab badge |
- Notebook opens in Colab via badge at top
- Students fork via GitHub Classroom, not direct clone
- Uses HuggingFace models (downloaded in notebook)
- Don't commit solution code to this repo (template only)
- Don't hardcode API keys or credentials