MistralSharp
MistralSharp copied to clipboard
Unofficial .NET SDK for the Mistral AI platform.
Need to add support for streaming. You can specify streamlining as a parameter in the [ChatRequest class](https://github.com/markjamesm/MistralSharp/blob/main/src/Models/ChatRequest.cs#L24), and it is defined as: ``` // Default: false // Whether to stream...
I've been working rather quickly to implement the API, and a refactor is needed to cleanup the [MistralClient class](https://github.com/markjamesm/MistralSharp/blob/main/src/MistralClient.cs). I plan to split the GetAvailableModelsAsync() and ChatAsync() methods into smaller...
Need to implement null checks in [MistralClient class](https://github.com/markjamesm/MistralSharp/blob/main/src/MistralClient.cs).