Skip to content

Releases: TilmanGriesel/chipper

Chipper 2.3.0

09 Feb 14:04
ef1fb80
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.2.2.0...v.2.3.0

v.2.2.0

02 Feb 17:36
a9c4368
Compare
Choose a tag to compare

Introducing the Chipper Chain Train 🚂
Now, and finally, you can link multiple Chipper instances. The Chipper Chain gives you the power and responsibility to extend processing across servers until you reach the ultimate context boundary. Just set the OLLAMA_URL to your second Chipper server.

This is now possible as Chipper now fully mirrors the Ollama Chat API and has proxies in place for non RAG pipeline calls, allowing it to serve as a seamless drop-in service between your hidden Ollama service instance and your client. Additionally, Chipper now supports bearer tokens, enabling a more secure Ollama setup, perfect for desktop clients like Enchanted.

What's Changed

Full Changelog: v.2.1.0...v.2.2.0

Chipper 2.1.0

01 Feb 23:46
90becec
Compare
Choose a tag to compare

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

Full Changelog: v.2.0.0...v.2.1.0

Chipper 2.0.0

01 Feb 17:53
70e5cce
Compare
Choose a tag to compare

This release will enable Chipper to act as an Ollama drop-in middleware and allows for client side query parameters.

What's Changed

Full Changelog: v.1.2.0...v.2.0.0

Chipper 1.2.0

28 Jan 07:12
c690a70
Compare
Choose a tag to compare

DeepSeek-R1 Support

What's Changed

New Contributors

Full Changelog: v.1.1.10...v.1.2.0

v.1.1.10

18 Jan 10:34
e0e554d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.9...v.1.1.10

Chipper 1.1.9

14 Jan 18:00
66497c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.8...v1.1.9

Chipper 1.1.8

12 Jan 16:43
cf5384f
Compare
Choose a tag to compare

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

Full Changelog: v1.1.7...v1.1.8

Chipper 1.1.7

12 Jan 10:08
0b968cd
Compare
Choose a tag to compare

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

Full Changelog: v1.1.6...v1.1.7

Chipper 1.1.6

11 Jan 20:16
5b4c39c
Compare
Choose a tag to compare

Toggle wide mode now via /wide chat command in the web interface. Your choice is persisted in local storage.

What's Changed

Full Changelog: v1.1.5...v1.1.6