Release 5.0 2025.02.06.1
ยท 3 min read
๐ New featuresโ
๐ Sensible Data Protectionโ
We've added a new feature to help you keep sensitive data safe! Now, before any information is sent to AI models, our system can automatically detect and hide confidential information like credit cards, social security numbers, and other sensitive data. You can:
- Choose what types of data should be hidden
- Set how strict the detection should be
- Control exactly how your sensitive info is handled
This way, you can use your agents without worrying about accidentally sharing private information.



๐ข Serenity Chat - Voice Messages Are Here!โ
Now you can just speak your message instead of typing! Hit the record button, say what you want, and the chat will turn your voice into text automatically. Simple as that!

Transcription currently only supports english through Open AI Whisper Model.
To enable this feature, add the allowAudioRecording option to your chat initializer
const chat = new AIHubChat("aihub-chat", {
...
allowAudioRecording: true
});
chat.init();