groq_sdk 0.1.1 groq_sdk: ^0.1.1 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.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.