brainlid / langchain

Elixir implementation of a LangChain style framework.
https://hexdocs.pm/langchain/
Other
510 stars 58 forks source link

Upgrade Req library #5

Closed brainlid closed 8 months ago

brainlid commented 9 months ago

A new version of the Req library was released before this library was published.

Upgrade to the latest Req. v0.4.x.

The API for streaming responses changed.

medoror commented 8 months ago

Created a PR for this upgrade: https://github.com/brainlid/langchain/pull/25

brainlid commented 8 months ago

Completed by PR https://github.com/brainlid/langchain/pull/25