All notable changes to laravel-mtn-momo-ai
will be documented in this file.
- 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
- Modified LLMFactory to create DeepSeek instances
- Enhanced InstallCommand to prompt for DeepSeek API key during setup
- Requires DeepSeek PHP client:
"deepseek-php/deepseek-php-client": "^1.0"
- Update your .env file with
DEEPSEEK_API_KEY
for full functionality
- 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
- proper PHPDoc standard comments for clearer understanding of use
- automated AI-prompted notification feature for alerting users of transaction anomalies
- minor bug fixes
Initial Release ✨