Skip to content

Commit

Permalink
0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 4, 2024
1 parent 8a2c2bc commit adf8d8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changes

## [0.4.0](https://github.com/prantlf/ovai/compare/v0.3.0...v0.4.0) (2024-06-04)

### Features

* Support /api/tags for listing available models ([fa5b1f0](https://github.com/prantlf/ovai/commit/fa5b1f01b37c78dcad2a4cf27681c9cb1524bc9f))
* Support /api/show for inspecting model information ([8a2c2bc](https://github.com/prantlf/ovai/commit/8a2c2bc7a0c4a37efd89282a58a77d5109d91f8c))

### Bug Fixes

* Propagate error message from requests proxied to ollama ([d2f59f1](https://github.com/prantlf/ovai/commit/d2f59f12f5c8e6d5a92c3339dcacf03f99daa639))

## [0.3.0](https://github.com/prantlf/ovai/compare/v0.2.2...v0.3.0) (2024-06-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion cmd/ovai/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/prantlf/ovai/internal/web"
)

const version = "0.3.0"
const version = "0.4.0"

func main() {
if log.IsDbg {
Expand Down

0 comments on commit adf8d8d

Please sign in to comment.