-
Notifications
You must be signed in to change notification settings - Fork 64
Fix 14 workshop source bugs across 4 languages #637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ozhang22
merged 5 commits into
NuevoFoundation:master
from
beagandica:fix/workshop-source-bugs
Apr 29, 2026
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
18f2807
Fix 14 workshop source bugs across 4 languages
a67cfe3
Update _index.md
ozhang22 e1a492b
Update _index.md
ozhang22 48c8f75
Merge branch 'master' into fix/workshop-source-bugs
ozhang22 a298dbd
Apply suggestions from code review
ozhang22 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,47 +1,48 @@ | ||
| --- | ||
| title: "Create your own chatbot" | ||
| description: "An introductory guide to chatbots" | ||
| date: 2020-02-21T11:45:38-07:00 | ||
| prereq: "email" | ||
| download: "" | ||
| draft: false | ||
| icon: "fas fa-code" | ||
| language: "no-code" | ||
| topics: ["ai"] | ||
| difficulties: ["beginner"] | ||
| --- | ||
|
|
||
| ## Introduction | ||
| In this workshop, you will learn how to create your own chatbot. By the end of the workshop, you will have a chatbot that can have a simple conversation with the user. You will learn how to use AIML, a language for creating chatbots. You will also learn how to use Pandorabots, a platform for hosting chatbots. | ||
|
|
||
| In order to complete the workshop, you will need an email address to sign up for a Pandorabots account. | ||
| <p style="text-align: center; "><img src="./img/introduction.png" alt="" width="60%"/></p> | ||
|
|
||
|
|
||
| ## What is a chatbot? | ||
| A chatbot is a computer program that simulates human conversation to answer questions. | ||
| <img src="./img/surprised.png" alt="" width="20%" style="" /> | ||
|
|
||
| ## Examples of chatbots | ||
| Chances are you've already interacted with a chatbot as part of your daily life. | ||
|
|
||
| You might use a virtual assistant to set a reminder on your phone, or to play a song on your smart speaker. | ||
| <p style="text-align: center; "><img src="./img/smart_device.jpg" alt="Two women talking to each other with speech bubbles in the background" width="35%"/></p> | ||
|
|
||
| You might have interacted with a chatbot to get help with a product or service. | ||
|
|
||
| <p style="text-align: center; "><img src="./img/customer_service_chatbot.png" alt="new account landing page on github" width="20%"/></p> | ||
|
|
||
| More recently, chatbots have become more well-known thanks to technologies like ChatGPT. | ||
|
|
||
| ## History of chatbots | ||
| Chatbots have been around for a long time. The first chatbot was created in 1966 and was called ELIZA. In 1995, a new chatbot called ALICE was created. ALICE was written using AIML, which is the same language we will learn in this workshop. | ||
|
|
||
| <img src="./img/elderly.png" alt="" width="20%"/> | ||
|
|
||
| ## Table of Contents | ||
|
|
||
| <details close> | ||
| <summary>Table of Contents</summary> | ||
| {{% children /%}} | ||
| --- | ||
| title: "Create your own chatbot" | ||
| description: "An introductory guide to chatbots" | ||
| date: 2020-02-21T11:45:38-07:00 | ||
| prereq: "email" | ||
| download: "" | ||
| draft: false | ||
| alwaysopen: false | ||
| icon: "fas fa-code" | ||
| language: "no-code" | ||
| topics: ["ai"] | ||
| difficulties: ["beginner"] | ||
| --- | ||
|
|
||
| ## Introduction | ||
| In this workshop, you will learn how to create your own chatbot. By the end of the workshop, you will have a chatbot that can have a simple conversation with the user. You will learn how to use AIML, a language for creating chatbots. You will also learn how to use Pandorabots, a platform for hosting chatbots. | ||
|
|
||
| In order to complete the workshop, you will need an email address to sign up for a Pandorabots account. | ||
| <p style="text-align: center; "><img src="./img/introduction.png" alt="" width="60%"/></p> | ||
|
|
||
|
|
||
| ## What is a chatbot? | ||
| A chatbot is a computer program that simulates human conversation to answer questions. | ||
| <img src="./img/surprised.png" alt="" width="20%" style="" /> | ||
|
|
||
| ## Examples of chatbots | ||
| Chances are you've already interacted with a chatbot as part of your daily life. | ||
|
|
||
| You might use a virtual assistant to set a reminder on your phone, or to play a song on your smart speaker. | ||
| <p style="text-align: center; "><img src="./img/smart_device.jpg" alt="Two women talking to each other with speech bubbles in the background" width="35%"/></p> | ||
|
|
||
| You might have interacted with a chatbot to get help with a product or service. | ||
|
|
||
| <p style="text-align: center; "><img src="./img/customer_service_chatbot.png" alt="new account landing page on github" width="20%"/></p> | ||
|
|
||
| More recently, chatbots have become more well-known thanks to technologies like ChatGPT. | ||
|
|
||
| ## History of chatbots | ||
| Chatbots have been around for a long time. The first chatbot was created in 1966 and was called ELIZA. In 1995, a new chatbot called ALICE was created. ALICE was written using AIML, which is the same language we will learn in this workshop. | ||
|
|
||
| <img src="./img/elderly.png" alt="" width="20%"/> | ||
|
|
||
| ## Table of Contents | ||
|
|
||
| <details close> | ||
| <summary>Table of Contents</summary> | ||
| {{% children /%}} | ||
| </details> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.