deepseek 1.2.0
deepseek: ^1.2.0 copied to clipboard
A DeepSeek client for dart and flutter. Seamless integration of AI models for text generation and chat.
1.2.0 #
- model param of createChat method is now a string for future compatibility with new models
- now methods throw a DeepSeekException instead of a generic Exception for better error handling
1.1.1 #
- added .textUtf8 getter to Completion model to fix chinese encoding issue
1.1.0 #
- fixed serialization issue (thanks @Hevienz)
- added tests
- throw with more details
1.0.1 #
- removed flutter dependencies
1.0.0 #
- add documentation and example
- create chat, list models, get user balance
0.0.1 #
- Initial version.