Headline
- The Lemonade App is here! Download models, try them out, and discover the Lemonade ecosystem.
- Initial support for ASR with whisper.cpp.
- Fixes: localhost vs. 127.0.0.1 aliasing; FLM-related issues.
Breaking Changes
- The browser-based web UI has been completely removed.
- A new installer,
lemonade.msi/.debhas been introduced, which includes the new Lemonade App. - The previous
lemonade-server-minimalinstallers still exist but are server-only (no app).
What's Changed
- Fix debate bug with Jan model name by @jeremyfowers in #666
- Documentation for Debate Arena, and associated models by @jeremyfowers in #667
- Whisper.cpp Audio Transcription Support by @ramkrishna2910 in #645
- Lemonade Manager: Phase 2 by @danielholanda in #647
- Add multi-model support to UI by @danielholanda in #675
- Dev Containers - Docker build system implemented and includes cmake p… by @Geramy in #658
- Improve FLM logic and add LFM2-1.2B-FLM by @jeremyfowers in #693
- Add clear guidance on UI/UX contributions by @danielholanda in #679
- Refactor LLM chat code maximize code reuse and show FLM thinking box by @danielholanda in #686
- Fetch the models list when the user clicks on the dropdown by @danielholanda in #694
- Allow overriding whisper-server bin path via the environment by @bitgamma in #673
- Add download manager to UI by @danielholanda in #676
- Setting server host now resolves to ipv4 instead of being ambiguous by @Geramy in #661
- Expand Model Manager models by default if only one recipe is available by @danielholanda in #705
- Fix
lemonade-server runon Linux by @danielholanda in #701 - Route index.html to
api/v1by @danielholanda in #699 - Filter available models by size and system ram by @jeremyfowers in #696
- Add "Collapse Thinking by Default" Setting by @danielholanda in #678
New Contributors
Full Changelog: v9.0.8...v9.1.0