Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
dezoito committed Jul 11, 2024
1 parent b1bdae0 commit 07e69b6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file.

## [Version 0.5.1] - 2024-07-10

### Added

- Added Clippy checks when saving Rust code.
- Corrected existing Rust code to pass Clippy checks.
- Improved UI for component that displays inference parameters with collapsible prompts.

### Changed

- Fixes generation responses not returning metadata (like `eval_duration`, `total_duration`, `eval_count`).
- Added Rust CI checks.
- Fixed padding in "Expand/Hide" buttons for params and metadate.
- `keep-alive` parameter for generation is set to Ollama's default (instead of `indefinitely`).

## [Version 0.5.0] - 2024-05-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ollama-grid-search",
"private": true,
"version": "0.5.0",
"version": "0.5.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
1 change: 1 addition & 0 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ https://github.com/tauri-apps/plugins-workspace/tree/v1/plugins/single-instance
[ok] - Add versioning to the JSON log files, starting at this release's version.

--- v0.5.1
[ok] - Fixes generation responses not returning metadata (like eval_duration, total_duration, eval_count).
[ok] - Added Rust CI
[ok] - Added Clippy checks when saving Rust code
[ok] - Corrected existing Rust code to pass Clippy checks
Expand Down

0 comments on commit 07e69b6

Please sign in to comment.