jackmpcollins/magentic

Switch `MistralChatModel` to use mistral Python package

Opened this issue · 0 comments

Currently MistralChatModel uses the openai Python package because the APIs were the same at one point. Now they have diverged in a few ways, so it might simplify things overall to switch to using the mistral Python package. https://github.com/mistralai/client-python/tree/main

Differences