Skip to content

Releases: AlvinCoded/laravel-mtn-momo-ai

v1.2.0

23 Jan 22:35
Compare
Choose a tag to compare

Added

  • Added support for DeepSeek AI model alongside existing ChatGPT, Claude, and Gemini models
  • Implemented DeepSeek class with full LLMInterface compatibility
  • Updated configuration to include DeepSeek API settings

Changes

  • Modified LLMFactory to create DeepSeek instances
  • Enhanced InstallCommand to prompt for DeepSeek API key during setup

Developer Notes

  • Requires DeepSeek PHP client: "deepseek-php/deepseek-php-client": "^1.0"
  • Update your .env file with DEEPSEEK_API_KEY for full functionality

v1.1.0

12 Jan 17:25
33a127f
Compare
Choose a tag to compare

Fixed

  • issues with the installation command
  • issues with the NLP (Natural Language Processing) not working
  • removed unnecessary code
  • some functionality with the help of AI models not working

Added

  • proper PHPDoc standard comments for clearer understanding of use
  • automated AI-prompted notification feature for alerting users of transaction anomalies

v1.0.0-beta

08 Jan 08:32
9ae6263
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

Initial Release ✨

Still under development