|
1 | 1 | { |
2 | 2 | "title": "I, Robot", |
3 | | - "description": "Livestream discussing ShiffBot and reviewing your showcase submissions", |
| 3 | + "description": "Livestream discussing ShiffBot, reviewing your showcase submissions, and coding a bot.", |
4 | 4 | "videoId": "ORe-c1crRcE", |
5 | 5 | "date": "2024-02-02", |
6 | 6 | "languages": ["Javascript"], |
7 | 7 | "topics": ["Gemini API", "ShiffBot", "node", "Genuary 2024"], |
8 | 8 | "canContribute": true, |
9 | | - "relatedChallenges": ["179-wolfram-ca", "180-falling-sand"], |
| 9 | + "relatedChallenges": [ |
| 10 | + "42-markov-chain-name-generator", |
| 11 | + "79-number-guessing-chatbot", |
| 12 | + "80-voice-chatbot-with-p5speech", |
| 13 | + "179-wolfram-ca", |
| 14 | + "180-falling-sand" |
| 15 | + ], |
10 | 16 | "timestamps": [ |
11 | 17 | { "time": "0:00:00", "title": "Count down starts" }, |
12 | 18 | { "time": "0:09:09", "title": "Welcome to the livestream!" }, |
|
18 | 24 | { "time": "1:40:10", "title": "Genuary 2024" }, |
19 | 25 | { "time": "1:42:10", "title": "Coding a bot" }, |
20 | 26 | { "time": "1:55:05", "title": "Hook bot to p5" }, |
21 | | - { "time": "1:59:57", "title": "Create a route on the node server to receive a message from p5" }, |
| 27 | + { "time": "1:59:57", "title": "Connect the server to p5" }, |
22 | 28 | { "time": "2:07:03", "title": "Multi-turn conversations" }, |
23 | 29 | { "time": "2:18:59", "title": "Next steps" }, |
24 | 30 | { "time": "2:23:17", "title": "Outro" } |
|
0 commit comments