v0.3.104

khoj-ai/khojv0.3.104May 3, 2025by KoljaB

AI Summary

Introduces a new configuration parameter to execute callback functions in a separate thread, preventing the main application thread from being blocked.

Key Highlights

  • New parameter: start_callback_in_new_thread
  • Callbacks execute in a new thread to avoid blocking
  • Improves application responsiveness during callback execution

New Features

  • start_callback_in_new_thread parameter

Full Release Notes

# RealtimeSTT 0.3.104

### Features & Improvements
- New parameter: **start_callback_in_new_thread**
  If set to True, all callback functions will be executed in a new thread. 
  This can be useful if the callback function is blocking and you want to avoid blocking the realtimestt application thread.