Releases: haesleinhuepf/blablado
Releases · haesleinhuepf/blablado
0.2.2
What's new
Bugfix: Function calling failed due to wrongly formatted JSON.
Full Changelog: 0.2.0...0.2.2
0.2.1
What changed
- Bugfix: The assistant crashed if tell() was called before do()
Full Changelog: 0.2.0...0.2.1
0.2.0
Backwards compatibility beaking changes
- Audio / Microphone support is optional now, making it easier to install blablado on any computer. If you want to continue using your microphone, you need to follow additional installation instructions given in the readme.
Full Changelog: 0.1.3...0.2.0
0.1.3
What's Changed
- add tell() for retrieving LLM responses instead of printing them by @haesleinhuepf in #6
- update default model to gpt4 omni by @haesleinhuepf in #7
- allow output as markdown by @haesleinhuepf in #8
Full Changelog: 0.1.2...0.1.3
0.1.2
What's Changed
- add ability to change voice by @haesleinhuepf in #1
- support gTTS by @haesleinhuepf in #2
- added google voice @haesleinhuepf in #4
- added
discuss()
short-cut for continuous interaction with the assistant.
New Contributors
- @haesleinhuepf made their first contribution in #1
Full Changelog: 0.1.1...0.1.2
0.1.1
Internal code refactoring to use recent langchain API avoiding deprecation warnings.
Full Changelog: 0.1.0...0.1.1
0.1.0
First release
What's changed
- chatGPT+langchain-based function calling
- Voice input using Speech Recognition
- Voice output using OpenAI's whipser + Whisper_mic
Full Changelog: https://github.com/haesleinhuepf/blablado/commits/0.1.0