February 6, 2025
Enhancing Chatbot Customization and Debugging with New Features
🚀 New Features
- Initial Messages Variables: Customize your chatbot’s initial messages with dynamic variables. Now, you can append user-specific data to tailor the chatbot’s first interaction based on different input parameters. "Hi {{{user_name}}}" instead of "Hi there!"`.
- Low Credit Notifications: Never run out of message credits unexpectedly! You can now enable low-credit notifications in your account settings, allowing GPT-Trainer to alert you when your balance is running low (applicable if you don't already have an AI API key set up).
- Widget Button Spacing Adjustments: Fine-tune the position of your chatbot widget! You now have the flexibility to adjust the bubble position to ensure optimal placement of the widget on your website.
💡 Improvements
- Extra Details in Debug Messages: Gain deeper insights into your chatbot’s decision-making process. We’ve enhanced debug messages to include RAG context, Google Search results, and error logs, helping you better understand the data sources behind responses and troubleshoot issues more efficiently.
🐞 Bug Fixes
- API Session Creation: Fixed an issue where the session creation API incorrectly required a mandatory JSON payload, which caused disruptions for some users. This has now been resolved.