brainlid / langchain

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

Add support for Mistral API #77

Closed michalwarda closed 4 months ago

michalwarda commented 4 months ago

As Mistral is starting to show newer and newer models I thought it would be nice to use them through their APIhttps://docs.mistral.ai/api/). PR #76 adds this. It supports both streaming and non streaming, and all the parameters.

brainlid commented 4 months ago

That's cool. I've got Mistral working through Bumblebee but waiting for a new bumblebee release first.

Using their API is another option. I'm open to PRs for it.

brainlid commented 4 months ago

Related to issue #26

brainlid commented 4 months ago

Support was added in https://github.com/brainlid/langchain/pull/76. Merged.