generative_ai_dart 0.1.2
generative_ai_dart: ^0.1.2 copied to clipboard
Dart Library to interact with various Google Gen AI models with Chat Session capability.
0.1.2 #
- Added topics
0.1.1 #
- Moving
HTTP Client
fromdart:io
tohttp
package to support Web platform. - Remove
Part.fromPath
method to support Web platform.
0.1.0 #
- Enabled Dart implementation of Google's Generative AI JavaScript SDK v0.1.3
- Introduced support for chat sessions.
- Enhanced content generation capabilities with JSON and Stream support.
- Included support for Text and Blob-based prompts and responses.
- Incorporated utility methods such as
countTokens
. - Extended support for various task types in embedded content, including classification, document/query retrieval, etc.