groq_sdk 0.2.5 groq_sdk: ^0.2.5 copied to clipboard
A Dart library for seamless Groq Cloud API integration. Easily build AI-powered applications leveraging Groq's cutting-edge language models.
0.2.5 #
- added llama3.3 models as constants
0.2.4 #
- fixed typo in groq models
0.2.3 #
- enhanced message structure
- added addMessageWithoutSending() for better assistant message handling
- removed llama32-90b-text-preview model
- deprecated allMessages and GroqConversationItem
0.2.2 #
- improved static analysis
0.2.1 #
- added possibility to store and load a chat in json format
0.2.0 #
- added tool use functionality
0.1.4 #
- improved documentation
0.1.3 #
- updated dependencies
0.1.2 #
- added expectJSON possibility in sendMessage()
0.1.1 #
- add new model constants to GroqModels
0.1.0 #
- fixed audio transcription/translation
- added new models
- added harmful semantic checking
- utf8 decoding fix
0.0.8 #
- added gemma2 model
0.0.7 #
- deprecated global constants
- added GroqModels to hold all current ids
0.0.6 #
- added when function on chat events
0.0.5 #
- refactored example
0.0.4 #
- added support for translations and transcriptions with audio models
- made toJson and fromJson functions private
0.0.3 #
- changed dart sdk version range in pubspec.yaml
0.0.2 #
- added a longer description in pubspec.yaml
0.0.1 #
- Initial version.