Welcome to the Harnessing LLMs for Chatbot Development session of the DevFest AI Workshop! This session will guide you through code generation with the Wechaty open-source SDK for building your first WhatsApp chatbot to automate your personal account actions (receive/send messages, group activities, etc.).
Instructor: Huan Li
Duration: 30 minutes
Objective:
- Run your first ding-dong bot with your WhatsApp personal account without coding by yourself
- Brainstorming a WhatsApp group game and then making it work without coding by yourself
By the end of this session, you will have a deeper understanding of code generation with LLM.
- A WhatsApp account (your personal account is good)
- Basic knowledge of how to talk with LLM
-
Introduction
- Overview of Wechaty concepts
- Overview of LLM code generation task
-
Hands-on Activity
- Building a ding-dong bot without coding by yourself
- Brainstorming a WhatsApp group game and then making it work without coding by yourself
-
Q&A and Discussion
- AMA
If you haven't cloned the repository already, run:
git clone https://github.com/[your-username]/devfest-ai-workshop.git
cd devfest-ai-workshop/sessions/session_9
- Activate your environment (if using Conda):
conda activate workshop_env
- Install any necessary dependencies:
pip install -r requirements.txt
Navigate to the Jupyter notebook for this session:
- Launch Jupyter Notebook:
jupyter notebook
- Open the file
session_9.ipynb
.
Follow the instructions in the notebook for each part of the exercise:
- Exercise 1: [Brief description, e.g., “Load and preprocess data for building a chatbot.”]
- Exercise 2: [Brief description, e.g., “Use assistant-ui to add human feedback capabilities.”]
- Exercise 3: [Brief description, e.g., “Evaluate chatbot performance with human-in-the-loop inputs.”]
-
Documentation:
-
Further Reading:
- [List of related papers, articles, or links]
If you need help with any part of the session, refer to the solution file in the solutions
folder.
If you have questions during the workshop, please reach out to [Instructor’s Name] or open an issue in the repository.
Happy coding!