Skip to content

v1.0.2

Compare
Choose a tag to compare
@halilcosdu halilcosdu released this 22 Apr 20:17
· 14 commits to main since this release

Release v1.0.2 of the Laravel Finetuner package includes the following changes:

  1. Addition of the FineTunerCommand: This new command provides an interface for generating examples, uploading them, and starting a fine-tuning job with Laravel Finetuner. It includes options for specifying a prompt, temperature, and number of examples.

  2. Bug Fix: An issue was resolved where the array_rand function was returning random keys from the array, not the values. This was causing incorrect data to be added to the messages array. The code has been corrected to use the returned keys to get the actual values from the prevExamples array.

This release enhances the functionality of the package and improves its reliability by fixing a known bug.