Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1012 Bytes

File metadata and controls

33 lines (22 loc) · 1012 Bytes

Customer Service Chatbot Assignment Repository

Parent: llm-course (see main AGENTS.md)

Overview

Assignment 4 template repository for PSYC 51.17. Students create a context-aware customer service chatbot using transformer-based models.

Structure

customer-service-bot-llm-course/
├── Assignment4_Customer_Service_Chatbot.ipynb  # Template notebook (has Colab badge)
├── README.md                                   # Assignment description
└── AGENTS.md                                   # This file

Key Files

File Purpose
Assignment4_Customer_Service_Chatbot.ipynb Student-facing notebook with Colab badge

Conventions

  • Notebook opens in Colab via badge at top
  • Students fork via GitHub Classroom, not direct clone
  • Uses HuggingFace models (downloaded in notebook)

Anti-Patterns

  • Don't commit solution code to this repo (template only)
  • Don't hardcode API keys or credentials