replicate-elixir
replicate-elixir copied to clipboard
Elixir client for Replicate
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.29.4 to 0.34.2. Changelog Sourced from ex_doc's changelog. v0.34.2 (2024-07-08) Enhancements Allow anchors on function and callback autolinks Bug fixes Make module attributes searchable without leading @...
The `Replicate.Models.list/0` function currently breaks due to the API returning `created_at` as a field in the `model` response. ``` ** (KeyError) key :created_at not found (replicate 1.2.0) anonymous fn/2 in...
Even though you can fetch the model, it does not accept the version that it fetched:   I verified...
Hi, I had issues with HTTPoison for long running requests sometimes randomly being killed. Req works better for me so far. Solves #29