mistralai_dart 0.0.3+2 copy "mistralai_dart: ^0.0.3+2" to clipboard
mistralai_dart: ^0.0.3+2 copied to clipboard

Dart Client for the Mistral AI API (Mistral-7B, Mixtral 8x7B, embeddings, etc.).

0.0.3+2 #

  • FIX: Fix deserialization of sealed classes (#435). (7b9cf223)

0.0.3+1 #

  • FIX: Have the == implementation use Object instead of dynamic (#334). (89f7b0b9)

0.0.3 #

0.0.2+3 #

0.0.2+2 #

  • REFACTOR: Update safe_mode and max temperature in Mistral chat (#300). (1a4ccd1e)

0.0.2+1 #

  • REFACTOR: Make all LLM options fields nullable and add copyWith (#284). (57eceb9b)

0.0.2 #

  • Update a dependency to the latest release.

0.0.1+1 #

  • FIX: Fetch web requests with big payloads dropping connection (#273). (425889dc)

0.0.1 #

  • FEAT: Implement Dart client for Mistral AI API (#261). (f4954c59)

0.0.1-dev.1 #

  • Bootstrap project.