无需代码即可构建 ChatGPT 克隆
Build a ChatGPT clone with no-code
- 1. Welcome
- 1. What we're building with Bubble.io and OpenAI - Full demo
- 2. What's the difference between ChatGPT and OpenAI API
- 3. Complete guide to the Bubble editor
- 2. UI Design and Bubble.io
- 1. Rows & columns (aka Flexbox)
- 2. Margins and padding
- 3. Database structure
- 4. Repeating groups and looping through data
- 5. Style guides & Bubble.io
- 6. Adding hover effects to buttons
- 3. Workflows & OpenAI API
- 1. Introduction to the OpenAI API
- 2. Connecting Bubble and the OpenAI API
- 3. Beginners Guide to Option Sets
- 4. Workflows and Saving Messages
- 5. Troubleshooting common errors and making messages JSON-safe
- 4. Grouping messages by conversation
- 1. How to group messages into threads - Part 1
- 2. How to group messages into threads - Part 2
- 3. Sending thread history to the OpenAI API
- 5. UIUX improvements
- 1. Fixing page height
- 2. Reversing repeating group messages
- 3. Deleting threads and messages
- 6. User registration, login and privacy rules
- 1. How does Bubble handle the User data type
- 2. Privacy Rules
- 3. Registration, Login and Protecting Pages
- 7. Further UIUX improvements
- 1. UI Improvements
- 2. Using the Enter key to send messages