We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f9f9f commit 14729d8Copy full SHA for 14729d8
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+# Change Log
2
+
3
+All notable changes to this project will be documented in this file.
4
+See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
5
6
+<!-- changelog -->
7
8
+## [v0.1.0](https://github.com/cgarvis/hyper_llm/compare/v0.0.1...v0.1.0) (2025-02-03)
9
10
11
12
13
+### Features:
14
15
+* groq provider
16
17
+* anthropic chat
mix.exs
@@ -2,7 +2,7 @@ defmodule HyperLLM.MixProject do
use Mix.Project
@source_url "https://github.com/cgarvis/hyper_llm"
- @version "0.0.1"
+ @version "0.1.0"
def project do
[
0 commit comments