If you are upgrading from a version 1.x to 2.x, please perform the following steps:
- Old Namespace:
DeepseekPhp - New Namespace:
DeepSeek
Action Required: Update all imports in your codebase.
use DeepseekPhp\Someclass;use DeepSeek\Someclass;- Replace all occurrences of
DeepseekPhpwithDeepSeekin your code. - Run tests to ensure everything works as expected.
If you encounter issues, please refer to our documentation or open an issue on GitHub.