File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v0.6.0] ( https://github.com/cgarvis/hyper_llm/compare/v0.5.0...v0.6.0 ) (2025-02-27)
9+
10+
11+
12+
13+ ### Features:
14+
15+ * claude 3.7 models added
16+
17+ * llamacpp chat completion
18+
819## [ v0.5.0] ( https://github.com/cgarvis/hyper_llm/compare/v0.4.0...v0.5.0 ) (2025-02-10)
920
1021
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add `hyper_llm` to your list of dependencies in `mix.exs`:
1414``` elixir
1515def deps do
1616 [
17- {:hyper_llm , " ~> 0.5 .0" }
17+ {:hyper_llm , " ~> 0.6 .0" }
1818 ]
1919end
2020```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule HyperLLM.MixProject do
22 use Mix.Project
33
44 @ source_url "https://github.com/cgarvis/hyper_llm"
5- @ version "0.5 .0"
5+ @ version "0.6 .0"
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments