Skip to content

Releases: dezoito/ollama-grid-search

v0.9.0

20 Dec 14:11
7c8581f
Compare
Choose a tag to compare

[Version 0.9.0] - 2024-12-20

Added

  • Support for navigating over [variable] placeholders in prompts, to paste input.
  • Tooltips in upper menu corner buttons.

Changed

  • Renamed components that had stupid names.
  • Removed MacOS 12 from the supported OSes when building releases (blame GH Actions).
  • Experimentally added support for MacOS 13.

v0.8.0

08 Dec 13:50
Compare
Choose a tag to compare

Notice: MacOS 12 is not supported by GitHub actions any longer, therefore we are only releasing versions for MacOS-latest!

[Version 0.8.0] - 2024-12-08

Changed

  • Experiments are stored in a database. File system is not used anymore
  • Minor UI improvements in the Experiment selecion UI

v0.7.0

25 Nov 00:24
Compare
Choose a tag to compare

[Version 0.7.0] - 2024-11-24

Added

  • Fully functional prompt management UI
  • Prompt inputs can trigger autocomplete by starting with "/"
  • Added SQLite integration for prompt management and other developments

Changed

  • Several small UI improvements (mostly using ScrollAreas instead of overflows
  • Improved validation rules on experiment form

v0.7.0-rc2

25 Nov 00:07
Compare
Choose a tag to compare
v0.7.0-rc2 Pre-release
Pre-release

See the assets to download this version and install.

v0.7.0-rc1

24 Nov 23:40
Compare
Choose a tag to compare
v0.7.0-rc1 Pre-release
Pre-release

See the assets to download this version and install.

v0.6.2

29 Oct 22:27
Compare
Choose a tag to compare

[Version 0.6.2] - 2024-10-29

Fixed

  • The "refetch" button must be shown when there was an error in the inference call.

v0.6.1

29 Oct 00:49
Compare
Choose a tag to compare

[Version 0.6.1] - 2024-10-28

Changed

  • When removing all experiment logs, only JSON files should be deleted.
  • Add colors to prompt and system_prompt when displaying inference params in results.
  • Border colors are used on the side of a result to group outputs from the same model.

v0.6.0

20 Oct 13:35
Compare
Choose a tag to compare

[Version 0.6.0] - 2024-10-20

Added

  • Added UI controls to re-run past experiments.
  • Added controls to remove experiment files from the UI.
  • Added button to copy an inference text to the clipboard.

Changed

  • Moved "reload" icon to improve layout.
  • Improved experiment inspection UI readability.
  • Streamlined State management.

Fixes

  • Fix HMR not working on MacOS (in development, of course).

v0.5.3

16 Sep 21:46
Compare
Choose a tag to compare

[Version 0.5.3] - 2024-09-16

Fixes

  • Handles Ollama servers using default ports (80 or 443)

v0.5.2

15 Sep 14:48
Compare
Choose a tag to compare

[Version 0.5.2] - 2024-09-15

Added

  • Adds custom application icon.

Fixes

  • Handles Ollama version info not being correctly returned by the server.