MistralSharp icon indicating copy to clipboard operation
MistralSharp copied to clipboard

Unofficial .NET SDK for the Mistral AI platform.

Results 4 MistralSharp issues
Sort by recently updated
recently updated
newest added

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...

enhancement
good first issue

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...

enhancement

Need to implement null checks in [MistralClient class](https://github.com/markjamesm/MistralSharp/blob/main/src/MistralClient.cs).

enhancement
good first issue