v1.0.2
Release v1.0.2 of the Laravel Finetuner package includes the following changes:
-
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. -
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 themessages
array. The code has been corrected to use the returned keys to get the actual values from theprevExamples
array.
This release enhances the functionality of the package and improves its reliability by fixing a known bug.