diff --git a/README.md b/README.md index eb5616c..0f77ff6 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Add **_:ex_openai_** as a dependency in your mix.exs file. ```elixir def deps do [ - {:ex_openai, "~> 1.5"} + {:ex_openai, "~> 1.6"} ] end ``` diff --git a/mix.exs b/mix.exs index 0807cd2..7a5fd18 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ExOpenAI.MixProject do def project do [ app: :ex_openai, - version: "1.5.1", + version: "1.6.0", elixir: "~> 1.16", description: description(), start_permanent: Mix.env() == :prod,