Headline
- Overhauled the web ui, especially model management, based on community feedback.
- Temperature, top_k, top_p, and repeat_penalty are supported in HTTP requests and the web app.
- A detailed guide for how to use Lemonade with Continue.dev's IDE-based local coding assistant.
What's Changed
- Document more NPU models by @jeremyfowers in #165
- Fix llama.cpp webapp crash on second turn by @danielholanda in #166
- add/handle environment varibles for launch args by @tylerstraub in #177
- Switch to PEP 517 build backend to silence pip deprecation warning by @danielholanda in #168
- Update server startup message to include version number (#181) by @henrylearn2rock in #188
- Add concurrency restrictions to workflows by @danielholanda in #187
- chore: add Python gitignore template by @bsoyka in #185
- Add Security Blog to Lemonade News by @vgodsoe in #196
- Delete .github/workflows/test_quark.yml by @jeremyfowers in #202
- Only test one python version on pull requests, the rest on merge by @jeremyfowers in #201
- Fix CI times by disabling AMD pypi by @jeremyfowers in #200
- Refactor the web ui into 4 files by @jeremyfowers in #183
- Add Lemonade Server Uninstall Instructions to FAQ by @vgodsoe in #195
- Add news on OpenAI by @danielholanda in #193
- Speedup
lemonade-serverby refactoring location of defaults by @danielholanda in #191 - Add support for Python 3.11 and 3.13 by @jeremyfowers in #205
- Add rocm7 reddit post to News by @jeremyfowers in #206
- Add a ryzen ai test to CI by @jeremyfowers in #204
- Patch to fix
GPT-OSS-120bby @danielholanda in #207 - Fix: Qwen2.5-Coder is not a reasoning model by @jeremyfowers in #209
- Use onnx=1.18.0 by @jeremyfowers in #208
- Allow server test sweep to run manually by @jeremyfowers in #213
- Continue.dev documentation update by @itomek in #184
- Relax the numpy version requirement by @jeremyfowers in #214
- Add Discord Icon to Docs Site by @vgodsoe in #215
- Support top_k, top_p, and repeat_penalty in HTTP requests by @jeremyfowers in #186
- add GLM 4.5 AIR to server_models.json by @tylerstraub in #219
- Improve documentation quality by programmatically checking for dead internal links by @danielholanda in #217
- Remove checkboxes from installer by @ramkrishna2910 in #194
- Overhaul model management in the web ui by @jeremyfowers in #210
New Contributors
- @tylerstraub made their first contribution in #177
- @henrylearn2rock made their first contribution in #188
- @bsoyka made their first contribution in #185
- @itomek made their first contribution in #184
Full Changelog: v8.1.2...v8.1.3