Releases: TilmanGriesel/chipper
Chipper 2.1.0
New Features
- Full Ollama API Reflection – Use Chipper as a drop-in service to extend Ollama with RAG capabilities, enabling enhanced retrieval and contextual responses for all Ollama clients.
- API Proxy & Security – Reflect and proxy the Ollama API with API key route protection.
- Daisy-Chaining – Connect multiple Chipper instances for extended processing and distributed workloads.
Discover more at: https://chipper.tilmangriesel.com/demo.html#demos
What's Changed
- Fully reflect the Ollama api by @TilmanGriesel in #93
- Update documentation by @TilmanGriesel in #94
Full Changelog: v.2.0.0...v.2.1.0
Chipper 2.0.0
This release will enable Chipper to act as an Ollama drop-in middleware and allows for client side query parameters.
What's Changed
- Mirror Ollama API by @TilmanGriesel in #87
- Adapt huggingface implementation by @TilmanGriesel in #89
- Bump vite from 5.4.11 to 5.4.14 in the npm_and_yarn group across 1 directory by @dependabot in #88
- Expand model configuration and logging by @TilmanGriesel in #90
- Disable API key by default by @TilmanGriesel in #91
- Fix seed key by @TilmanGriesel in #92
Full Changelog: v.1.2.0...v.2.0.0
Chipper 1.2.0
DeepSeek-R1 Support
What's Changed
- Simplify configuration by @TilmanGriesel in #84
- Bump vite from 5.4.11 to 5.4.14 in the npm_and_yarn group across 1 directory by @dependabot in #85
- feat: Implement think tag handling by @TilmanGriesel in #86
New Contributors
- @dependabot made their first contribution in #85
Full Changelog: v.1.1.10...v.1.2.0
v.1.1.10
What's Changed
- Use md extension by @TilmanGriesel in #78
- Extend es embedding retriever by @TilmanGriesel in #79
- Add nltk by @TilmanGriesel in #77
- Make all parameters optional by @TilmanGriesel in #80
- Update pipeline config by @TilmanGriesel in #81
- Add additional config validation by @TilmanGriesel in #82
- Add additional None type check by @TilmanGriesel in #83
Full Changelog: v1.1.9...v.1.1.10
Chipper 1.1.9
What's Changed
- Restructure readme by @TilmanGriesel in #71
- Use LFS for binaries by @TilmanGriesel in #72
- Add LFS checkout by @TilmanGriesel in #73
- Expand formatting by @TilmanGriesel in #74
- Exclude dist directory by @TilmanGriesel in #75
- Improve TTS feature wording by @TilmanGriesel in #76
Full Changelog: v1.1.8...v1.1.9
Chipper 1.1.8
This is the initial release featuring client side edge AI inference for Text-to-Speech (TTS), enabling in-browser TTS functionality via WebAssembly (Wasm) and ONNX powered by https://github.com/k2-fsa/sherpa-onnx. You can try it out using the /tts true
command in the Web UI chat.
What's Changed
- feat: Implement basic edge inference TTS by @TilmanGriesel in #68
- Update acknowledgements by @TilmanGriesel in #69
- Pull TTS assets dynamically by @TilmanGriesel in #70
Full Changelog: v1.1.7...v1.1.8
Chipper 1.1.7
Added
- Theme color meta tag
Improved
- Prompt input field
Removed
- Chat clear feedback in feed
Implemented
- Response trimming
- Scroll bar to user input field
- Set phi4 as the default example model
Refinements
- Code tag rendering and applied formatting
- Code block styling
- Applied additional formatting and smoother scrolling
What's Changed
- UI service improvements by @TilmanGriesel in #67
Full Changelog: v1.1.6...v1.1.7
Chipper 1.1.6
Toggle wide mode now via /wide
chat command in the web interface. Your choice is persisted in local storage.
What's Changed
- Improve feed UI by @TilmanGriesel in #66
Full Changelog: v1.1.5...v1.1.6
Chipper 1.1.5
Chipper 1.1.4
What's Changed
- Add manual transcription image workflow dispatch by @TilmanGriesel in #63
- Expand default extensions by @TilmanGriesel in #64
Full Changelog: v1.1.3...v1.1.4