Presentation About Introduction To AI
Presentation About Introduction To AI
Chatbots
Week 1, Class 1
Learning Objectives
# Default responses
"default": [
"I'm not sure I understand. Could you rephrase that?",
"Interesting! Tell me more about that."
]
}
Step 2: Create Input Processing
• def main():
# Display welcome message
print("Welcome to the Simple AI Chatbot!")
print("Type 'exit', 'quit', or 'bye' to end the conversation.")
print()
• [Image: Questions?]