Skip to content

Releases: maltekuhr/laravel-gpt

v0.1.5

25 Mar 07:36
6c599c0
Compare
Choose a tag to compare

Changelog for v0.1.5

  • Add Laravel 11 Support

v0.1.4

06 Feb 20:27
01c7787
Compare
Choose a tag to compare

Changelog for v0.1.4

  • Fix: Corrected the tag name for the configuration in GPTServiceProvider.

v0.1.3

30 Jul 05:19
a0b71d1
Compare
Choose a tag to compare

Release Notes for LaravelGPT v0.1.3

We're excited to share the new LaravelGPT v0.1.2 update. This version comes with some great improvements that make our tool better and easier to use.

v0.1.2

08 Jul 07:07
4f80fcf
Compare
Choose a tag to compare

Release Notes for LaravelGPT v0.1.2

We're excited to share the new LaravelGPT v0.1.2 update. This version comes with some great new features and improvements that make our tool better and easier to use. Here's what you'll find in this release:

New Features

  • RuleConverter Make Command: We've added a new feature called RuleConverter make command. This tool makes it easier to change rules.

Improvements

  • Better Function Call Handler: We've made changes to the function call handler to make it more reliable. Before, the chat wouldn't continue if the called function was enforced to be used again in the next request, even if the function couldn't be executed due to an invalid inputs. Now, if a function can't run because the model gave it wrong input, the function call handler will try again including the validation errors in a new message. Should the model cause the same validation errors twice in a row, the chat will stop to avoid running in an infinite loop.

  • More Test Coverage: We're dedicated to making sure our tool works well, so we've made our tests check more parts of the code. This will make the package stronger and more dependable.

  • Codebase Refactoring: We've reworked the code to make it work better and be easier to understand. This will help people who want to add to the project.

Don't forget to update your package to the latest version to enjoy these improvements and new features. We appreciate your feedback a lot, so if you run into any problems or have any ideas, please let us know on our issue tracker.

We hope you like using LaravelGPT v0.1.2. Thank you for supporting us!

v0.1.1

07 Jul 05:42
7362c9d
Compare
Choose a tag to compare

Release Notes for LaravelGPT v0.1.1

We're delighted to announce the release of LaravelGPT v0.1.1. This new version introduces several new features and improvements to enhance functionality and usability. Here are the highlights of this release:

New Features

  • Added GPTActions: To enhance usability and interactivity, we've introduced GPTActions. This feature aims to make the package more user-friendly and provides a richer, more engaging experience for users.

  • Testing Pipeline: To improve quality assurance and simplify the testing process, we've added a Testing Pipeline specifically for the package. Developers can now automate tests to ensure functionality across different modules, reducing manual testing efforts.

Enhancements

  • Refactoring: To improve performance and maintainability, we've performed a significant refactor of the codebase. You'll now find cleaner, more navigable code which will be beneficial for those contributing to the project.

  • Improved README.md: We've revised the README.md file to be more informative and user-friendly. The updated document provides comprehensive, easy-to-follow instructions for using the package.

  • Improved Testing: To provide a more stable and reliable package, we've enhanced our testing procedures. Our test coverage now includes more detailed and comprehensive scenarios, thus ensuring a wider range of use cases are tested.

Compatibility

  • Support for Laravel 9: In this version, we've introduced compatibility for Laravel 9. You can now integrate our package seamlessly with your Laravel 9 applications.

Remember to update your package to the latest version to benefit from these improvements and features. As always, we appreciate and value your feedback. If you encounter any issues or have any suggestions, please submit them on our issue tracker.

We hope you enjoy using LaravelGPT v0.1.1. Thank you for your support!

Initial Release

02 Jul 09:46
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
v0.1.0

Initial release