Skip to content

Commit

Permalink
fix bad example. fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
lebrunel committed Mar 14, 2024
1 parent 17fa3da commit d3c52b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ See `Anthropix.chat/2`.

```elixir
messages = [
%{role: "system", content: "You are a helpful assistant."},
%{role: "user", content: "Why is the sky blue?"},
%{role: "assistant", content: "Due to rayleigh scattering."},
%{role: "user", content: "How is that different than mie scattering?"},
Expand Down
2 changes: 0 additions & 2 deletions lib/anthropix.ex
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ defmodule Anthropix do
```elixir
iex> messages = [
...> %{role: "system", content: "You are a helpful assistant."},
...> %{role: "user", content: "Why is the sky blue?"},
...> %{role: "assistant", content: "Due to rayleigh scattering."},
...> %{role: "user", content: "How is that different than mie scattering?"},
Expand Down Expand Up @@ -336,7 +335,6 @@ defmodule Anthropix do
```elixir
iex> messages = [
...> %{role: "system", content: "You are a helpful assistant."},
...> %{role: "user", content: "Why is the sky blue?"},
...> %{role: "assistant", content: "Due to rayleigh scattering."},
...> %{role: "user", content: "How is that different than mie scattering?"},
Expand Down

0 comments on commit d3c52b3

Please sign in to comment.