Releases: bolna-ai/bolna
Releases · bolna-ai/bolna
v0.9.7
- adding smallest
lightning-v2
model TTS https://github.com/bolna-ai/bolna/pull/206/files - azure TTS latency optimization #191 h/t @abdulrahmanmajid
- tool calling support for litellm supported models #202
- docker updates, fixes and optimizations #194 h/t @belikewater2
- support for sarvam
bulbul-2
TTS #179 - mocked responses for transfer call tool #177 in case of non-telephony conversations
- handle chat websocket closures gracefully #176
v0.9.6
- dict support and multiple param type support for tooling (#157)
- support for pre-tool custom message (#161)
- Upgrading websockets version to
15.0.1
(#167) - Adding support for
generate_precise_transcript
for incorporating interruptions in transcripts (#170) - Saving tool history for extraction (#171)
- Fix elevenlabs
isFinal
text chunker logic for non-alphanumeric edge cases (#172) - Improve gradual disconnect on hangup letting the agent complete before hanging up (#173)
- Lots of bug fixes
v0.9.5
- web-call support over websockets (#155, #156)
- ElevenLabs TTS fix for
isFinal
(#142, #154) - Adding language-specific filler message for function calls (#151)
- Updated OpenAI tooling capability (#137)
- Support for Azure STT (#138)
- Ingesting current time, timezone in agent context (#131)
- Lots of bug fixes
v0.9.4
- Bug fixes
- Using mark events for audio acknowledgements
- Improved support for elevenlabs latest models
eleven_flash_v2_5
- Custom LLMs support
v0.9.3
- Standardization for audio formats in all Synthesizers
- Bug fixes
- Generate non-cached responses in semantic routes
- Supporting
mulaw
format for elevenlabs
v0.9.2
- Major bug fixes and improvements for async tasks
- OpenAI Function tooling
- Hangup using LLM-based prompts
- Improvements for Cartesia TTS and Smallest TTS
- Incorporate random
uuid
for run_ids - Adding dynamic context to logs
v0.9.1
v0.9.0
- Enabling elevenlabs streaming audio
- Added support for Cartesia TTS
- Added support for Smallest TTS
- Audio format fixes and cleanup to remove unnecessary conversions
- bug fixes
v0.8.0
- Fix for elevenlabs audio using plivo by @KaliCharan-V
- Support for RAG using LanceDB @lancedb
- semantic-caching fixes
- updating and fixing library versions
- bug fixes
- removed xtts
v0.7.14
- function tool bug fixes