- added llama3.3 models as constants
- fixed typo in groq models
- enhanced message structure
- added addMessageWithoutSending() for better assistant message handling
- removed llama32-90b-text-preview model
- deprecated allMessages and GroqConversationItem
- improved static analysis
- added possibility to store and load a chat in json format
- added tool use functionality
- improved documentation
- updated dependencies
- added expectJSON possibility in sendMessage()
- add new model constants to GroqModels
- fixed audio transcription/translation
- added new models
- added harmful semantic checking
- utf8 decoding fix
- added gemma2 model
- deprecated global constants
- added GroqModels to hold all current ids
- added when function on chat events
- refactored example
- added support for translations and transcriptions with audio models
- made toJson and fromJson functions private
- changed dart sdk version range in pubspec.yaml
- added a longer description in pubspec.yaml
- Initial version.