Skip to content

Commit

Permalink
README updated for version install
Browse files Browse the repository at this point in the history
  • Loading branch information
brainlid committed Jun 18, 2024
1 parent a832d05 commit bf5e61f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ def deps do
end
```

The Release Candidate includes many additional features and some breaking changes.

```elixir
def deps do
[
{:langchain, "0.3.0-rc.0"}
]
end
```

## Configuration

Currently, the library is written to use the `Req` library for making API calls.
Expand Down

0 comments on commit bf5e61f

Please sign in to comment.