Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
lebrunel committed Oct 15, 2024
1 parent 80367c7 commit cd1bd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/anthropix/batch.ex
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ defmodule Anthropix.Batch do
## Examples
```elixir
iex> Anthropix.Batch(client, [
iex> Anthropix.Batch.create(client, [
...> %{custom_id: "foo", params: %{model: "claude-3-haiku-20240307", messages: [%{role: "user", content: "Why is the sky blue?"}]}},
...> %{custom_id: "bar", params: %{model: "claude-3-haiku-20240307", messages: [%{role: "user", content: "Why is the sea blue?"}]}},
...> ])
Expand Down

0 comments on commit cd1bd42

Please sign in to comment.