In this video, I'll walk you through the development process of my ChatWTF project. I have created the chatbot using PHP and the ChatGPT API, and I am now working on adding a conversation history sidebar to the chatbot. Titles for the conversations are generated automatically with the ChatGPT API
GitHub: https://github.com/unconv/chat-wtf
00:00 Intro
01:08 Design new chat context array
03:25 Implement multiple conversations
06:30 Creating a sidebar for conversations
09:53 Styling sidebar with CSS
18:14 Creating a New chat button
19:44 The problem with sessions
20:44 Fixing sidebar overflow
22:19 Creating automatic conversation titles
59:04 Implementing conversation deletion