replicate-elixir icon indicating copy to clipboard operation
replicate-elixir copied to clipboard

Elixir client for Replicate

Results 14 replicate-elixir issues
Sort by recently updated
recently updated
newest added

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 @...

dependencies

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: ![Screenshot 2024-10-09 at 15 07 39](https://github.com/user-attachments/assets/a34099bb-6263-471a-8a9a-389251b6dbbb) ![Screenshot 2024-10-09 at 15 13 38](https://github.com/user-attachments/assets/599a803a-57ae-4918-a2d8-a45903cb54e3) 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