weave icon indicating copy to clipboard operation
weave copied to clipboard

feat: integration Mistral V1.0 support

Open tcapelle opened this issue 1 year ago • 2 comments

This adds support for the newly released Mistral v1.0 SDK: https://github.com/mistralai/client-python/blob/main/MIGRATION.md

  • Moves mistralai<1.0 to v0 and adds support for +v1.0 in the folder v1.
  • I also changed the logic on the accumulator to return a CompletionChunk instead of a CompletionResponse (similar to OpenAI)

tcapelle avatar Aug 08 '24 13:08 tcapelle

I have failing tests outside of my scope:

image

tcapelle avatar Aug 13 '24 14:08 tcapelle

I have failing tests outside of my scope:

image

I don't see this -- maybe just your env?

andrewtruong avatar Aug 20 '24 13:08 andrewtruong

image

tcapelle avatar Sep 12 '24 06:09 tcapelle