Changelog

What's new in ByteBot AI?

Version 0.2.10
2024-06-07
New
🎉 Copy to clipboard feature
Now you can copy to your clipboard the chatbot response by clicking on the copy icon in the chat.
Improvements
🚀 We added Z index on the chatbot HTML code
This will prevent the chatbot from being hidden by other elements on the page.
Version 0.2.9
2024-06-03
New
🎉 Configure max_completion_tokens and max_prompt_tokens
Now in the advanced settings of your chatbot, you can configure the max_completion_tokens and max_prompt_tokens. This will allow you to control the number of tokens used in the completion and prompt.
Bugs
🐛 Fix issue while customizing the chatbot could create infinite loading
Now we can update the chatbot customization without having an infinite loading issue.
Version 0.2.8
2024-06-02
New
🎉 You can now unsubscribe from marketing emails
New feature to unsubscribe from marketing emails. You can now manage your communication preferences in the settings page.
Version 0.2.7
2024-06-01
New
🎉 Free trials!
You can now try our basic and pro plan for free for 7 days. It will give you access to all the features of the plan.
🎉 Enable auto scroll in chatbox
We re-enabled the auto scroll in the chatbox. This will make the chatbox scroll to the bottom when a new message is received.
Version 0.2.6
2024-05-29
New
🎉 Chat file attachements
User in the chat can now upload files, images and more to the chatbot. The chatbot will then analyse the file and provide a response. It uses the "code_execution" function in OpenAI
🎉 Display images generated by Assistant in the chat
When the assistant generates an image, it will now be displayed in the chat.
Improvements
🚀 Chatbotjs script now migrates you to the latest version
You will automaticly get migrated to our iframe version of the chatbot when you use the chatbotjs script.
🚀 Removed 3$ pricing plans
For a better futur of the project we are removing the 3$ pricing plans. With Stripe fees, taxes and server costs we can not sustain this pricing plan. Users who already have this pricing plan will keep it and still pay 3$.
Version 0.2.5
2024-05-25
New
🎉 Change Chatbot Logo image in chatbox
You can now update Chatbot Logo in the Chatbox, this will help you to personalize your chatbot even more.
Version 0.2.4
2024-05-24
New
🎉 Improve chatbot bubbles
Improve design of chatbot bubbles on user's reply.
Improvements
🚀 Improve UX for chatbot
Remove auto focus on input after message.
Version 0.2.3
2024-05-17
New
🎉 New Client Side Prompt in Chatbox IFrame
It is now possible to use client side prompt on your chatbot for more personalization depending on the context. Heres's how you can use it '&clientSidePrompt=You are currently talking to {User X} help him to understand the book {Book Name X}.' You can find more information in our documentation.
Version 0.2.2
2024-05-10
New
🎉 New Chatbox UI in IFrame
You can now embed the chatbox in your website using an IFrame. This will prevent CSS conflicts and provide a smoother user experience.
Version 0.2.1
2024-05-10
New
🎉 Display LaTex Math function in the chat
When you ask your chatbot to output math function and starting them with $$ it will display math function in LaTex style. Here's what your promt should look like to display LaTex: 'Display a math function in latex and the function text must always start with $$'
Version 0.2.0
2024-05-10
New
🎉 New Chatbot Window UI
We improved UI to make it look better. We also now have an integration via IFrame which means no more CSS conflicts and a smoother user experience.
Version 0.1.2
2024-05-1
New
🎉 Import Assistant from OpenAI
You can now import an assistant that you've trained on OpenAI in our app without having to recreate everything.
Version 0.1.1
2024-04-28
New
🎉 Email notifications
We now have email notifications! You'll receive an email when you receive a new user inquiry.
Improvements
🚀 Improve list of valid file extensions
Update the list of valid file extensions to match OpenAI list.
Version 0.1.0
2024-04-15
New
🎉 New dashboard tile
You can now see your recent user inquiry and chatbot errors in the main dashboard.
🎉 Chatbot Error Tracking
We now track chatbot errors and display them in the dashboard. We this feature you can easily see what went wrong and fix it.